资源简介
chirp fourier transform 线性调频Z变换(CZT) 的matlab功能函数,该方法通过CZT变换获得精确的等价于离散傅里叶变换结果的间谐波信号的频率分布估计值,可以得到精确的各次谐波和间谐波参数,利用该函数相同采样频率下该方法
代码片段和文件信息
function y=zoomfft(xnmsd)
%ZOOMFFT DFT evaluated over a linear frequency range Y=(XNMSD)
% Inputs:
% x vector (or matrix)
% n frequency increment is fs/n [default n=length(x)]
% m mumber of output points is floor(m) [default m=n]
% s starting frequency is s*fs/n [default s=0]
% d dimension along which to do fft [default d=first non-singleton]
%
% This routine allows the evaluation of the DFT over an arbitrary range of
% frequencies; as its name implies this lets you zoom into a narrow portion
% of the spectrum.
% The DFT of X will be evaluated along dimension D at the M frequencies
% f=fs*(s+(0:m-1))/n where fs is the sample frequency. Note that N and S
% need not be integers although M will be rounded down to an integer
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3446 2010-03-23 09:42 code\chirp+fourier+transform.m
文件 155317 2010-03-19 16:45 code\CZT vs FFT Flexibility vs Speed Abstract.pdf
文件 1738 2010-03-23 09:39 code\czt.m
目录 0 2013-10-22 23:07 code
----------- --------- ---------- ----- ----
160501 4
评论
共有 条评论