Why the audioread function is giving data samples in two coloum?
You are now following this question
- You will see updates in your followed content feed.
- You may receive emails, depending on your communication preferences.
An Error Occurred
Unable to complete the action because of changes made to the page. Reload the page to see its updated state.
0 votes
Hi there I am using the code below to read sata samples in my audio dataset. Usually the size of data is (number of data samples in audio file X 1) but here I am getting (number of data samples in audio file X 2), can any one explain please?
[data,fs]=audioread('F_01_02_05.wav');
fs=44100;
Here data=112128X2 double ??
Accepted Answer
0 votes
7 Comments
- same signal is on both channels; in this case it does not matter which one you use
- same voice is directly received by both microphones, and no distance calculations need to be done; in this case it probably does not matter which one you use
- same voice is received by both microphones, one by direct path and the other by reflection; in this case, the reflected version will have different phase characteristics and it might make a difference which one you use
- environment has echos, and analysis of the difference between the channels might be necessary to reconstruct the original signal. For example, did the voice confirm adding something to an Amazon shopping list and then confirm Purchase Now, or was the second Yes an echo?
- one channel is someone giving a UN speech in Dutch and the other channel has someone giving a simultaneous translation into German. Which of the two are you wanting to process?
More Answers (0)
Categories
Find more on Audio Plugin Creation and Hosting in Help Center and File Exchange
Products
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)