- 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.
Amplitude White noise in Simulink Matlab
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
pink noise
0 commentaires
Réponses (1)
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:
Below documentation provides info on “Gain” block
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!