aryule — This function fits an AR (p)-model with Yule-Walker estimates.
autoreg_matrix — Given a time series (vector) Y, return a matrix with ones in the first column and the first K lagged values of Y in the other columns.
barthannwin — This function returns the filter coefficients of a modified Bartlett-Hann window.
fft — Calculates the discrete Fourier transform of a matrix using Fast Fourier Transform algorithm.
fft1 — Calculates the discrete Fourier transform of a matrix using Fast Fourier Transform algorithm.
fft2 — Calculates the two-dimensional discrete Fourier transform of A using a Fast Fourier Transform algorithm.
fft21 — Calculates the two-dimensional discrete Fourier transform of A using a Fast Fourier Transform algorithm.
fftconv — Convolve two vectors using the FFT for computation.
fftfilt — Performs FFT-based FIR filtering using overlap-add method
fftn — This function computes the N-dimensional discrete Fourier transform of A using a Fast Fourier Transform (FFT) algorithm.
fftshift1 — Perform a shift of the vector X, for use with the 'fft1' and 'ifft1' functions, in order the move the frequency 0 to the center of the vector or matrix.
flattopwin — This function returns the filter coefficients of a Flat Top window.
fracshift — This function shifts the series x supplied as input argument by a number of samples d.
fractdiff — Compute the fractional differences (1-L)^d x where L denotes the lag-operator and d is greater than -1.
freqs — Compute the s-plane frequency response of the IIR filter.
freqz — This function returns the complex frequency response H of the rational IIR filter whose numerator and denominator coefficients are B and A, respectively.
fwhm — This function computes peak full width at half minimum or at another level of peak minimum for vector or matrix data y supplied as input.