wavread

Hi
Could someone please help me understand the [y,fs] = wavread(filename) function clearly? What does 'y' and 'fs' signify? I read the help section of wavread but could not understand properly.
Thanks in advance

Answers (1)

Honglei Chen
Honglei Chen on 28 Oct 2011

1 vote

y is the digital samples of the music/voice and fs is the sampling frequency. In order to properly play back the music, you must use the same fs as it is recorded.

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Asked:

on 28 Oct 2011

Community Treasure Hunt

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

Start Hunting!