How to generate sound with different frequency in a buzzer using Arduino Simulink?

13 次查看(过去 30 天)
I am working on a project, where I am supposed generate sounds of different frequency. I am using Arduino and Simulink support package. But I dont find anything related to generating different frequency sounds in simulink support package. I am aware of Playtone function in Matlab. Can we use this as a Matlab function in Simulink?
Or are there any other methods to generate sounds of different frequency in Simulink Arduino?

回答(1 个)

Kshitij Chhabra
Kshitij Chhabra 2020-6-18
Hi Sanjeev,
From my understanding of your question you want to generate sounds of different frequencies and want to send them as signals for the Arduino Support Packages in Simulink. As you mentioned you may use the playtone function available in MATLAB as a Function block in Simulink. Alternatively, I would recommend you using Audio Oscillator component from the Audio Toolbox available in Simulink.
Once added in the workspace, after double clicking on it you can specify the type of signal, frequency and the amplitude along with the Samples per frame and the Sample Rate in Hz which you’d require to produce.
  2 个评论
Michael Goebel
Michael Goebel 2020-6-18
i want to add a question to this question:
from my understanding, the playtone function does not work on the arduino standalone.
how can i play that generated tone in standalone mode on the arduino?
in arduino ide exists a command tone(pin, frequency, duration)

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Modeling 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by