FFTPAR
From STX Wiki
Jump to navigationJump to search
FFTPAR - fft parameters
This module computes the basic FFT parameters (length and bandwidth) according to the signal parameters (frame length and sampling rate).
Usage:
FFTPAR X SR
Usage:
X | frame length (number) or frame buffer (vector) |
SR | sampling rate in Hz |
Outputs:
LFFT | length of fast Fourier transform according to frame length (minimum power of 2 (= 2M ) greater/equal frame length) |
DF | bandwidth (frequency resolution) of Fourier spectrum (= SR / LFFT) |