woeichee
Newbie level 5
Pink Noise
Hi. I am trying to generate pink noise using Voss-McCartney algorithm.
The way how i generate 1st row noise:
1. Call a random function
2. Update the output every 2 cycle. (e.g. 3,3, 57, 57, 100, 100...)
3. 1048576 samples was used in FFT
The fft output as attached:
The problem is:
1. I din get the ripple at high frequency as shown in https://www.firstpr.com.au/dsp/pink-noise/allan-2/spectrum2.html
Any problem with the flow above?
Thanks
Hi. I am trying to generate pink noise using Voss-McCartney algorithm.
The way how i generate 1st row noise:
1. Call a random function
2. Update the output every 2 cycle. (e.g. 3,3, 57, 57, 100, 100...)
3. 1048576 samples was used in FFT
The fft output as attached:
The problem is:
1. I din get the ripple at high frequency as shown in https://www.firstpr.com.au/dsp/pink-noise/allan-2/spectrum2.html
Any problem with the flow above?
Thanks