Relation between Tension and Y-Axis value
1 view (last 30 days)
Show older comments
Hi, there is a matematical relation beetween the tension of the output of a microphone read by matlab and the value on the y axis of matlab plot? if in y-axis of matlab i read 5, it means 5V of output of microphone? thanks Paolo
0 Comments
Answers (2)
Walter Roberson
on 8 Oct 2012
There can be, but it depends upon how you are doing the reading of the data, and what device you are reading from. It is not uncommon that the readings would be normalized to [-1, +1) or [-1, +1], or to 0 meaning no signal and ((2^bits)-1) meaning maximum signal that the ADC is configured to measure.
Usually when you want to know this kind of information, you also need to know the microphone pressure to signal curve. Most often the best way to get that is to calibrate with a reference source.
0 Comments
See Also
Categories
Find more on View and Analyze Simulation Results in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!