MATLAB DSP (Fujinaga)



DSP Basics
Examples
Filter

File I/O

wavread
    y = wavread
wavwrite
sound & soundsc
    sample frequency not working? (see: /usr/local/matlab/toolbox/matlab/audio/private)

    fs=8192;

    sound(sin(2 * pi * 440 * [0:1/fs:1]) + 2, fs)