How to generate audio tone with specific parameters?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Sivapriya Srinivasan
le 2 Mar 2023
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 commentaires
Voir également
Catégories
En savoir plus sur Audio I/O and Waveform Generation dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!