4.
Generate and characterize a Sine waveform (10kHz, 3V Amp). Capture a trace with
appropriate measurements visible at the bottom of the display. Download a scope dataset
as CSV (base set to 50 µs/div) and load the data into MATLAB. Generate a plot of the
mathematical Sine function and put it in the report4.
Generate and characterize a Sine waveform (10kHz, 3V Amp). Capture a trace with
appropriate measurements visible at the bottom of the display. Download a scope dataset
as CSV (base set to 50 µs/div) and load the data into MATLAB. Generate a plot of the
mathematical Sine function and put it in the repor
Answers
Answered by
0
Answer:
Explanation:
t = [0:0.1:2*pi]
a = sin(t);
plot(t,a)
Similar questions