How to generate audio tone with specific parameters?
조회 수: 6 (최근 30일)
이전 댓글 표시
Hi, I am trying to generate different sound tonals in one audio ranging from freq 500 - 1500 Hz, with signal intensity peak of atleast 112dB and acceleration duration (from ambient noise to peak intensity) of 10 ms. Kindly help,what is the best way to go.
댓글 수: 0
답변 (1개)
Sivapriya Srinivasan
2023년 3월 2일
To generate different sound tones in one audio ranging with specified signal intensity peak and acceleration duration.
I understand that you are trying to generate audio with a particular frequency range and acceleration duration.
We can make use of MATLAB ‘chirp’ function for this case. It generates a frequency modulated signal that starts at a specified frequency and sweeps to another specified frequency over a specified time interval. It is important to note that amplitude should be in ‘Pa’ before using it in chirp function. To play the sound tone we use the ‘sound’ function which plays audio at specified sample rate. For additional information regarding the same, refer to this documentation: https://in.mathworks.com/help/signal/ref/chirp.html
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Audio I/O and Waveform Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!