chunhuajia 发表于 2010-1-2 11:17

信号处理中的频率分辨率

大家好,我最近在研究HHT,遇到一些问题,想和大家讨论一下:
      我在求解HHT边际谱时,用工具箱中的nspab.m求解HHT谱时,输入参数中有一项是频率分辨率,我查了一下频率分辨率=采样频率/取样点数,但是,我在计算是,求的的频率分辨率很小,才1左右,这样的话我的边际谱就画不出来了,我想问一下这是怎么回事?是不是我求解频率分辨率的方法有错还是我的数据的采样频率=22050和取样点=23501的问题?

= nspab(data,nyy,minw,maxw,t0,t1)

Input-
% data - 2-D matrix data(n,k) of IMF components
% nyy - the frequency resolution 频率分辨率
% minw - the minimum frequency
% maxw - the maximum frequency
% t0 - the start time
% t1 - the end time
Output-
% h - 2-D matrix of the HHT spectrum, where
%    the 1st dimension specifies the number of frequencies,
%    the 2nd dimension specifies the number of time values
% xs - vector that specifies the time-axis values
% w - vector that specifies the frequency-axis values
请大家帮忙解释一下,谢谢了

cboboc 发表于 2010-4-8 15:12

顶一下,我也想知道

dangchh2003 发表于 2010-4-9 17:46

加入求知队伍

南宫轩宇 发表于 2011-8-17 18:07

坐等高人出现啊

yueemd 发表于 2012-3-13 17:35

同等高人解释啊
页: [1]
查看完整版本: 信号处理中的频率分辨率