Colored Noise: Set Duration
3 ビュー (過去 30 日間)
古いコメントを表示
I would like to generate pink/white/blue/purple noise and set the duration of this signal. I'm using this code:
signal = dsp.ColoredNoise('Color','pink','SamplesPerFrame', 1024);
In my understanding, the 'SamplesPerFrame' variable does not indicate the duration of the generated signal, but rather the amount of samples used to obtain the desired spectral distribution (white, pink, etc ...).
How can I generate a pink noise using 1024 samples per frame (spectral distribution) and also have 20 seconds of audio duration?
I'm using:
duration = 20; % seconds
Fs = 44100; % Sample Rate (Hz)
0 件のコメント
採用された回答
Nycholas Maia
2018 年 1 月 4 日
1 件のコメント
Tanmoy Sil
2023 年 2 月 15 日
編集済み: Tanmoy Sil
2023 年 2 月 15 日
hello did you figure out how to set the sampling rate? its very confusing with the matlab parameters. i want to fs to be 250 hz and have 20s of desired output.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!