audio signal sampled data

6 ビュー (過去 30 日間)
RoboKid
RoboKid 2013 年 11 月 16 日
コメント済み: Walter Roberson 2013 年 11 月 17 日
How do I get the amplitude from the sampled audio data? How can I make the sampled signal into a continuous one?

採用された回答

Walter Roberson
Walter Roberson 2013 年 11 月 16 日
The sampled audio data is the relative amplitude. If you would prefer a different kind of amplitude, you will need to specify. For example are you looking for the voltage on the LINE IN? Are you looking for what the microphone detected as pressure in Pascals?
MATLAB cannot represent continuous signals: continuous signals require infinite bandwidth.
You can, though, use MATLAB to calculate coefficients of a function that fits the known data at each time instant, with the function being continuous; the difficulty with that is that there are an infinite number of such functions (not just a "large number"), and there is no way to select which is the "right" function.
  2 件のコメント
RoboKid
RoboKid 2013 年 11 月 17 日
The max. ad min. value of sampled audio signal ,recorded via laptop microphone is +1 and -1. What's is this meant by? What is it's unit? How can I interpret to voltage signal?
Thank you
Walter Roberson
Walter Roberson 2013 年 11 月 17 日
The unit is "fraction of the maximum voltage for the line". To get voltage you need to find out what voltage the line takes.
Calibrating a microphone to a pressure usually requires additional equipment.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAudio I/O and Waveform Generation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by