Programmer Guide/SPU Reference/FFTPAR: Difference between revisions

From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import)
(No difference)

Revision as of 12:00, 28 April 2011

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)

Navigation menu

Personal tools