dft(h, N)

版本 1.0.0.0 (838 字节) 作者: Behind The Sciences
Calculate the DFT
73.0 次下载
更新时间 2016/3/9

查看许可证

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

引用格式

Behind The Sciences (2024). dft(h, N) (https://www.mathworks.com/matlabcentral/fileexchange/55885-dft-h-n), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Discrete Fourier and Cosine Transforms 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0