Input system nonlinear (Identification)

1 view (last 30 days)
How to generate input u(t) is taken as an uncorrelated random
sequence with zero mean and unit variance?

Accepted Answer

Ameer Hamza
Ameer Hamza on 28 May 2020
You can use randn()
u = randn(1, 1000);

More Answers (0)

Categories

Find more on Linear Model Identification in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!