FFmpeg
|
Go to the source code of this file.
Functions | |
function | plot_peaks (Xmag, Xphase, ploc, t) figure(1) |
subplot (2, 1, 1) plot(Xmag) | |
plot (ploc, Xmag(ploc),'r *') | |
plot ([1, length(Xmag)],[t, t],'g') | |
subplot (2, 1, 2) | |
plot (Xphase) | |
plot (ploc, Xphase(ploc),'r *') | |
Variables | |
hold | on |
hold | off |
pause | |
Function Documentation
plot | ( | 'g' | ) |
plot | ( | Xphase | ) |
subplot | ( | 2 | , |
1 | , | ||
1 | |||
) |
subplot | ( | 2 | , |
1 | , | ||
2 | |||
) |
Variable Documentation
hold off |
Definition at line 8 of file plot_peaks.m.
hold on |
Definition at line 5 of file plot_peaks.m.
pause |
Definition at line 14 of file plot_peaks.m.
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11