Clear Filters
Clear Filters

How can convert .wav file to .mat file ?

21 views (last 30 days)
Hello, I am trying to covert .w to .mat file and I should to using it in my program Help me plezzzzzzz :(

Accepted Answer

Wayne King
Wayne King on 25 Nov 2011
Use wavread to read the file into MATLAB. Then, use save to save the file as a .mat file.
See the help for wavread and save
  6 Comments
fatimah
fatimah on 25 Nov 2011
my wave file is content mixed signal ..
can you help me to generate my denoising code
Wayne King
Wayne King on 25 Nov 2011
So it's just a Nx1 vector. Then just use wavelet 1-D. All noisy signals are "content-mixed signals". By the way, on any wavemenu subitem, you can always use Import from Workspace, you don't have to save the data as a .mat file.

Sign in to comment.

More Answers (0)

Categories

Find more on Signal Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!