Usage of downsample function in 2012b

3 次查看(过去 30 天)
I am Matlab 2012b installed with 64-bit edition.
I tried using 'downsample' function using a simple vector as an input argument.
It throws following error, "Undefined function 'downsample' for input arguments of type 'double'"
Is it because of 64-bit edition? Because it works perfectly fine on 32-bit edition.
Any suggestions?
  2 个评论
Abhijit Bahirat
Abhijit Bahirat 2013-12-12
Hey I have figured out the problem. It was license issue and I don't have signal processing toolbox installed. :)
Thanks for reply!

请先登录,再进行评论。

回答(1 个)

kjetil87
kjetil87 2013-12-11
编辑:kjetil87 2013-12-11
Undefined function means that the function does not exist, so parhaps there is a small typo in your call?
Is the signal processing toolbox listed in:
path
on the 64b version?
What happens if you type:
which downsample
?
  3 个评论
kjetil87
kjetil87 2013-12-11
编辑:kjetil87 2013-12-11
That is strange, try putting a
which downsample
right before your call in your function/script , does it still list the correct function? (is there a chance that you have redefined it? )
Abhijit Bahirat
Abhijit Bahirat 2013-12-12
Hey I have figured out the problem. It was license issue and I don't have signal processing toolbox installed. :)
Thanks for replies!

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Multirate Signal Processing 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by