|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
<P>各位大侠,有谁知道下面程序中的N代表什么意思吗?<BR>多谢了!<BR>% HSPEC: Hilbert Amplitude Spectrum<BR>%<BR>% [S,freq]=hspec(imf,N);<BR>%<BR>% S - Time-frequency-amplitude matrix<BR>% Columns are indexed in time, rows in frequency, values are amplitudes<BR>%<BR>% freq- instantaneous frequencies of each component<BR>%<BR>% imf - Matrix of intrinsic mode functions (each as a row)<BR>%<BR>% N - Number of frequency cells<BR>%<BR>% See: Huang et al, Royal Society Proceedings on Math, Physical, <BR>% and Engineering Sciences, vol. 454, no. 1971, pp. 903-995, <BR>% 8 March 1998<BR>%<BR>% Remark: the graphical representation is the Hilbert Energy Spectrum<BR>% that is: 20 * log ( S * S )<BR>%<BR>% Author: Ivan Magrin-Chagnolleau <<a href="mailtivan@ieee.org" target="_blank" >ivan@ieee.org</A>><BR>% </P>
<P>function [S,freq] = hspec(imf,N);</P> |
|