How can I simulate a moving average model(1) with

2019-09-21 18:37发布

问题:

How can I simulate a ma(1) model with parameter =0.7 using matlab?

回答1:

The Systems Identification Toolbox may have what you need.

If you need or want to do it by hand, however (homework?), I would suggest outlining the steps of what needs to be done (break up the problem in parts, starting from the definition of MA models) and asking a more detailed question when you get stuck.