Help interpreting Audio-Signal from 'audioread( .wav)' output?
Show older comments
Hey
I am a beginner at MatLab and working with Audio-Signals. So I have a few basic questions:
Using the audioread('.wav') to sample a wav-file, I become to outputs, [data,fs]. data=A Matrix with two vectors of samples of the wav-file, and fs=the sampling-rate.
- Why do I get two vectors of data?
- How do I best proceed to get a plot of the frequency-domain?
- Should I only use the fft() on one of the vectors?
- What do I get if I make a convolution of the two vectors of the data?
Accepted Answer
More Answers (0)
Categories
Find more on Multirate Signal Processing 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!