dft(h, N)

Calculate the DFT
73 téléchargements
Mise à jour 9 mars 2016

Afficher la licence

Function to calculate the DFT of a signal in the time domain (given in its discrete samples)
%DFT compute the Discrete Fourier Transform of N samples
% calling: [H,W] = dft (h, N)
% h: input vector of finite length, L
% N:frequency bandwidth on (-pi, pi) with condition: N >= L
% W:DFT bandwidth
% H: Frequency response

Citation pour cette source

Behind The Sciences (2024). dft(h, N) (https://www.mathworks.com/matlabcentral/fileexchange/55885-dft-h-n), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2014b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0.0