简体   繁体   中英

Upsample function not working in octave

I am working on Octave 3.6.4. When I am trying to run :

y = upsample (x,4);

It's giving me an error : 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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