plot_psd
Affiche le spectre d'un signal.
Prototype
Curve plot_psd(const Vector<T> &y, float fe=1.0, const string &format="", const string &label="", Ts &&... args)
Parameters
| y | Signal à analyser (domaine temporel) |
| fe | Fréquence d'échantillonnage |
| format | Spécification de format (optionnel) |
| label | Nom de la courbe (optionnel) |
| args | ... |
Description
See also
Figure::plot(), lien non trouvé : [structdsp_1_1view_1_1_figure_aa5e381d31278af7627c26214c49b72aa_1aa5e381d31278af7627c26214c49b72aa]Figure::plot_img()
