找回密码
 注册
查看: 443|回复: 0

R语言 seewave包 ama()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 00:09:48 | 显示全部楼层 |阅读模式
ama(seewave)
ama()所属R语言包:seewave

                                        Amplitude modulation analysis of a time wave
                                         一时间波的振幅调制分析

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This function computes the Fourier analysis of a time wave envelope. This allows to detect periodicity, in particular those generated by amplitude modulations.
此函数计算一个时间波形包络的傅立叶分析。这允许检测周期,特别是那些产生的振幅调制。


用法----------Usage----------


ama(wave, f, envt = "hil", wl = 512, plot = TRUE, type = "l", ...)



参数----------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,。


参数:envt
the type of envelope to be used: either "abs" for absolute amplitude envelope or "hil" for Hilbert amplitude envelope.
要使用的信封类型:要么是“ABS”或“白介素”的Hilbert振幅包络线的绝对振幅包络。


参数:wl
length of the window for the analysis (even number of points, by default = 512).   
长度的窗口分析(偶数点,默认值= 512)。


参数:plot
logical, if TRUE the spectrum of the envelope  (by default TRUE).
逻辑,如果TRUE的频谱包络线(默认情况下TRUE)。


参数:type
if plot is TRUE, type of plot that should be drawn. See plot for details (by default "l" for lines).
如果plot是TRUE,应该得出的图。见plot的详细信息(默认情况下,“L”线)。


参数:...
other meanspec parameters.
其他meanspec参数。


Details

详细信息----------Details----------

This function is based on env and meanspec.<br>  The envelope of wave is first computed and the spectrum of this envelope is then processed. All env and meanspec arguments can be set up. Be sure to set up wl large enough if you want to detect low amplitude modulation periodicity.
此函数是基于env和meanspec。<br>该信封wave首先被计算,该包络线的频谱,然后处理。所有的env和meanspec参数可以成立。成立wl足够大的,如果你要检测的低振幅调制周期。


值----------Value----------

If plot is FALSE, ama returns a numeric vector corresponding to the computed spectrum. If peaks is not NULL, ama returns a list with two elements:
plot如果是FALSE,ama返回一个数字矢量计算出的频谱。如果peaks是非NULL,ama返回一个有两个元素的列表:


参数:spec
the spectrum computed
频谱计算


参数:peaks
the peaks values (in kHz).
的高峰值(单位为kHz)。


(作者)----------Author(s)----------


Jerome Sueur <a href="mailto:sueur@mnhn.fr">sueur@mnhn.fr</a>



参见----------See Also----------

env, fma, meanspec
env,fma,meanspec


实例----------Examples----------


data(orni)
# detection of 2 main amplitude modulations in a cicada song:[检测2个主要的振幅调制的蝉歌:]
# one with a 0.020 kHz frequency (due to signal/silence periodicity)[0.020 kHz的频率(由于信号/沉默周期性的)]
# one with a 0.258 kHz frequency (due to pulses in the echemes)[用0.258 kHz频率之一(由于脉冲在echemes,)]
# one with a 2.369 kHz frequency (fundamental frequency)[一个具有2.369 kHz的频率(基频)]
ama(orni,f=22050,wl=1024)
# these amplitude modulations can be identify with a cursor:[这些幅度调制可以用光标确定:]
ama(orni,f=22050,wl=1024,identify=TRUE)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-30 14:46 , Processed in 0.039994 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表