Question: simple filtre on Python Write a subroutine for a general ARMA filter with: inputs: b: an array of MA coefficients a: an array of AR
simple filtre on Python
Write a subroutine for a general ARMA filter with:
inputs:
- b: an array of MA coefficients
- a: an array of AR coefficients
- x: an array of inputs
- outputs:
- y: array of outputs for the filter.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
