Amplitude White noise in Simulink Matlab

조회 수: 8 (최근 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 CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by