Suggestion for System id toolbox
1 view (last 30 days)
Show older comments
The system id toolbox has a way to model noise spectra. You should also include a simulink block to easily generate noise sources from these models.
0 Comments
Answers (1)
Rajiv Singh
on 19 Dec 2013
How about:
NoiseModel = noise2meas(IdentifiedModel);
Then use NoiseModel as a regular LTI model in Simulink and run it with a Gaussian white noise input signal. The output would be a realization of the colored noise described by the identified noise transfer function.
0 Comments
See Also
Categories
Find more on Linear Model Identification in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!