I have noise measurements for a circuit, in units of noise power (measured in Watts against a known load), per frequency bin. For simulation purposes, I wish to synthesize noise with the same spectral shape.
I believe I can model my noise as Gaussian, but it isn't white. How can I synthesize such noise?
My guess is that I can synthesize WGN using MATLAB's wgn function, and then filter it. However, I'm not sure how to create the filter. Additionally, my signal is single ended so I guess I should add some offset to account for it. Any suggestions?