Usage of downsample function in 2012b
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
kjetil87
am 11 Dez. 2013
Bearbeitet: kjetil87
am 11 Dez. 2013
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
?
Siehe auch
Kategorien
Mehr zu Multirate Signal Processing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!