简体   繁体   English

上采样功能在八度音阶中不起作用

[英]Upsample function not working in octave

I am working on Octave 3.6.4. 我正在使用Octave 3.6.4。 When I am trying to run : 当我尝试跑步时:

y = upsample (x,4);

It's giving me an error : upsample undefined 这给了我一个错误:upsample undefined

What to do? 该怎么办?

upsample is part of the signal package. 上采样是信号包的一部分。 You have to download and install this package, otherwise the function is not available. 您必须下载并安装此软件包,否则该功能将不可用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM