Filter löschen
Filter löschen

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

20 Ansichten (letzte 30 Tage)
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?

Antworten (1)

Kshitij Chhabra
Kshitij Chhabra am 18 Jun. 2020
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 Kommentare
Michael Goebel
Michael Goebel am 18 Jun. 2020
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)
Huy
Huy am 25 Nov. 2023
I have a similar question, but the developer seems to have ignored these questions

Melden Sie sich an, um zu kommentieren.

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by