FFT
Answers
-
Hello Nancy,
the variables that you see over here are:
Fs: sampling frequency which defines the number of samples per second taken from a continuous signal to make a discrete or digital signal.
L: length of signal which defines the total number of measured pointsT: sampling period which defines the time difference between two consecutive samples (here it's used just to help construct the time vector below).
t: time vector contains from beginning to end its time instant that a measurement on the signal was made.
I am attaching here some more information1) FFT in-build function documentation: https://help.altair.com/compose/help/en_us/topics/reference/oml_language/SignalProcessing/fft.htm?hl=fft
2) Signal Processing video series - FFT:
https://www.youtube.com/watch?v=HV7WqrZppyg
Hope this helps!
Best regards,
Orestes.0 -
Hi Nancy,
Adding to what Orestes said, you might find it useful to look at our signal processing eLearning:
Altair Compose - Signal Processing
Rafael
0