hilbert(seewave)
hilbert()所属R语言包:seewave
Hilbert transform and analytic signal
Hilbert变换和解析信号
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function returns the analytic signal of a time wave
这个函数返回的时间波信号分析
用法----------Usage----------
hilbert(wave, f)
参数----------Arguments----------
参数:wave
an R object.
R对象。
参数:f
sampling frequency of wave (in Hz). Does not need to be specified if embedded in wave.
wave(赫兹)的采样频率。不需要以指定如果嵌入在wave,。
Details
详细信息----------Details----------
The analytic signal is useful to get the amplitude envelope (see argument henv of oscillo and the instantaneous
解析信号是有用的振幅包络线(见参数henvoscillo和瞬时
值----------Value----------
hilbert returns the analytic signal as a complex matrix.
hilbert返回信号作为一个复杂的矩阵分析。
注意----------Note----------
To get the Hilbert component only, use Im(Hilbert(wave)).
为了得到希尔伯特组件,使用Im(Hilbert(wave))。
(作者)----------Author(s)----------
Jonathan Lees <a href="mailto:jonathan.lees@unc.edu">jonathan.lees@unc.edu</a>
参考文献----------References----------
On the extraction of some time dependent parameters of an acoustic signal by means of the analytic signal concept.
参见----------See Also----------
ifreq
ifreq
实例----------Examples----------
a<-synth(f=8000, d=1, cf=1000)
aa<-hilbert(a, f=8000)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|