Project has two portions:
- Andrew
- Shifa
- Daniel
- Deva
- En Thong
camelCase for variables, e.g. Red Led Wave Form value: redLedWaveform PascalCase for functions e.g. Graph Plotting Function: GraphPlot
- Input of wave.txt file
- Transform binary high low data values into plotted graph
- Display frequency and duty cycle values of respective LEDs on the graph
- Display x-axis, time, and y-axis, amplitude, legends
PLEASE READ PLEASE
.txt file will contain the frequency and duty cycle values in the first two lines of the file for the red and green light respectively Red LED is line 1, Green LED is line 2 Format will follow: [wave_number],[frequency_value],[duty_cycle_value] wave_1,2,40 wave_2,8,50
Data points will be in 1 or 0 to represent the HIGH and LOW state amplitude values There are 50 points per second