Amplitude White noise in Simulink Matlab

3 ビュー (過去 30 日間)
Mohamadreza Golbaba
Mohamadreza Golbaba 2021 年 7 月 30 日
回答済み: Kothuri 2024 年 8 月 23 日
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

回答 (1 件)

Kothuri
Kothuri 2024 年 8 月 23 日
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

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by