<< fftw1 FOSSEE Signal Processing Toolbox filter1 >>

FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > fht

fht

The Function calculates the Fast Hartley Transform of real input.

Calling Sequence

M = fht (D)
M = fht (D, N)
M = fht (D, N, DIM)

Parameters

Description

This function calculates the Fast Hartley transform of real input D. If D is a matrix, the Hartley transform is calculated along the columns by default.

Examples

fht(1:4)
ans =
10   -4   -2   0
This function being called from Octave.

Report an issue
<< fftw1 FOSSEE Signal Processing Toolbox filter1 >>