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

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

[复制链接]
发表于 2012-9-30 02:11:44 | 显示全部楼层 |阅读模式
unwrap(signal)
unwrap()所属R语言包:signal

                                         Unwrap radian phases
                                         不折弧度相

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

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

Unwrap radian phases by adding multiples of 2*pi as appropriate to remove jumps.
不折2 * pi的倍数,适当删除跳跃的弧度阶段。


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


unwrap(a, tol = pi, dim = 1)



参数----------Arguments----------

参数:a
vector of phase angles in radians.  
向量,以弧度为单位的相位角。


参数:tol
tolerance for removing phase jumps.  
消除相位跳变的宽容。


参数:dim
dimension with which to apply the phase unwrapping.  
申请相位展开的尺寸。


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

A vector with the unwrapped phase angles.
一个向量的展开相位角。


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


Original Octave version by Bill Lash. Conversion to R by Tom Short.



参考文献----------References----------



----------Examples----------


phase <- c(seq(0, 2*pi, length=500), seq(0, 2*pi, length=500))
plot(phase, type = "l", ylim = c(0, 4*pi))
lines(unwrap(phase), col = "blue")

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-5-22 22:59 , Processed in 0.026881 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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