i am using matlabR2013b 64bit licensed. i am getting error : Undefined function 'fftOneSide' for input arguments of type 'double'.

1 view (last 30 days)
code: >>fs=8000; >> t=(1:512)'/fs; >> f=306.396; >> original=sin(2*pi*f*t)+0.2*randn(length(t),1); >> windowed=original.*hamming(length(t)); >> [mag1,phase1,freq1]=fftOneSide(original,fs);
Error: Undefined function 'fftOneSide' for input arguments of type 'double'.

Answers (0)

Categories

Find more on Manage Products in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!