drawenv(seewave)
drawenv()所属R语言包:seewave
Draw the amplitude envelope of a time wave
绘制的时间波的振幅包络线
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function lets the user modifying the amplitude envelope
该功能可以让用户修改的幅度包络
用法----------Usage----------
drawenv(wave, f, n = 20, plot = FALSE, listen = FALSE, output = "matrix")
参数----------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,。
参数:n
the maximum number of points to draw the new envelope. Valid values start at 1.
最大数量的点来绘制新的信封。有效值从1开始。
参数:plot
if TRUE returns the oscillogram of the new time wave (by default FALSE).
TRUE如果返回新的时间波的波形图(默认情况下FALSE“)。
参数:listen
if TRUE the new sound is played back.
如果TRUE新的声音回放。
参数:output
character string, the class of the object to return, either "matrix", "Wave", "Sample", "audioSample" or "ts".
字符串,返回类的对象,是"matrix","Wave","Sample","audioSample"或"ts"。
Details
详细信息----------Details----------
The function first plots an oscillogram view of wave.<br> The user has then to choose points on the positive side of the y-axis (amplitude). The junction of these points will draw a new amplitude envelope.<br> The order of points along the x-axis (time) is not important but points cannot be cancelled. When this process is finished the new time wave is returned in the console or as an oscillogram in a second graphics device if plot is TRUE. <br> The function uses locator.
该函数首先绘制一个波形视图wave。<BR>的用户,然后选择积极的一面点的y轴(高度)。这些点的交界处,将以此为新的振幅包络线。<BR>点沿x轴(时间)的顺序并不重要,但是点不能被取消。当这个过程完成后,新的时间返回波在控制台或作为一个波形在第二个图形设备,,如果plot是TRUE。参考该函数使用:locator。
值----------Value----------
If plot is FALSE, a new wave is returned. The class
如果plotFALSE,新一波返回。类
(作者)----------Author(s)----------
Jerome Sueur <a href="mailto:sueur@mnhn.fr">sueur@mnhn.fr</a>
参见----------See Also----------
setenv, env, synth
setenv,env,synth
实例----------Examples----------
a<-synth(d=1,f=22050,cf=1000)
# drawenv(a,f=22050,plot=TRUE)[drawenv(A,F = 22050,图= TRUE)]
# choose points on the oscillogram view to draw a new enveloppe[选择点的波形视图中绘制一个新的enveloppe]
# stop (ESC on Windows; right mouse button on Linux)[停止(ESC在Windows中,鼠标右键在Linux上)]
# check the result on the second graphics device opened thanks to plot=TRUE[检查的结果在第二个图形设备打开由于绘制= TRUE]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|