How to generate correlated noise
17 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi to everyone. I have to generate some correlated noise with Gaussian-like pdf and autocorrelation. It's quite simple in theory: incorrelated Gaussian noise generated with randn(1,...) filtered with a 1D Gaussian FIR filter, whose impulse response is equal to the desired noise autocorrelation. My issue is to implement the Gaussian FIR filter. I could use gaussdesign(bt,span,sps): - bt: the 3dB passband - span: number of symbols - sps: samples per symbol But I don't know how to use 'span' and 'sps'.
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Digital Filtering en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!