How to solve difference equation with variable coefficients

I know if we have a difference equation in the form of a_1(y[n]) - a_2 (y[n-1]) = b_1(x[n]), where a's and b's are constants
we could solve that using filter(b,a,x)
But suppose you have somthing like (n/n+1)y[n] = (1/n+1)x[n], where n is variable, How do we solve that using filter() or any other method

1 件のコメント

darova
darova 2020 年 1 月 31 日
Do you have an example? The question is unclear for me

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeAudio Processing Algorithm Design についてさらに検索

製品

リリース

R2018a

質問済み:

2020 年 1 月 31 日

コメント済み:

2020 年 1 月 31 日

Community Treasure Hunt

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

Start Hunting!

Translated by