I need help to simulate the background noise that I created in matlab.

1 view (last 30 days)
I have created a program with the program list as follows:
%Background Noise parameters f=100:2000; ff=1:0.01:20; a=-145; b=53.23; c=-0.337;
N(f)=(a+b.*((ff.*1e6).^c)); plot(ff,N(f))
and now I find it difficult to make the results of the PSD in matlab but earlier if I could use (func polyfit) to N(f)..

Answers (0)

Community Treasure Hunt

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

Start Hunting!