Azzera filtri
Azzera filtri

fft - Documentation Question - What is "L"?

5 visualizzazioni (ultimi 30 giorni)
What is L?
L = 1000; % Length of signal
Is that how many data points you collected? Is that the time interval data points were collected over? Where does the 1000 come from?
Thanks!

Risposta accettata

David Young
David Young il 17 Feb 2015
It's the number of data points in the synthesised signal vector. It didn't come from anywhere - the person writing the documentation set it because she or he had to decide on some length for the signal.
  2 Commenti
Andrew Reibold
Andrew Reibold il 17 Feb 2015
Modificato: Andrew Reibold il 17 Feb 2015
Ok, so if you had a sampling frequency of 1000pts/s, and you took data for 3 seconds, L = 1000 * 3 = 3000?
David Young
David Young il 17 Feb 2015
Yes, exactly.

Accedi per commentare.

Più risposte (0)

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by