Amplitude White noise in Simulink Matlab

3 vues (au cours des 30 derniers jours)
Mohamadreza Golbaba
Mohamadreza Golbaba le 30 Juil 2021
Réponse apportée : Kothuri le 23 Août 2024
I want to add colored noise to the step signal when I use White noise inside Simulink it has 1/-1 amplitude I want to reduce this amplitude like pink noise which has 0.05/-0.05 amplitude
White noise
white noise
pink noise
pink noise

Réponses (1)

Kothuri
Kothuri le 23 Août 2024
I understand that you would want to reduce the amplitude of white noise as that of pink noise.
This can be done with the help of “Gain” block to scale down the amplitude.
You can follow the following steps:
  • In Simulink, add a Gain block to your model.
  • Set the gain value to 0.05. This will scale down the amplitude of your white noise from 1/-1 to 0.05/-0.05.
  • Connect the output of your white noise generator to the input of the Gain block, and then connect the output of the Gain block to the step signal.
Below documentation provides info on “Gain” block

Catégories

En savoir plus sur Simulink dans Help Center et File Exchange

Produits


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by