I have two signals ,Tx and Rx... and i want to pass both of them through LPF to remove the harmonic components.

2 ビュー (過去 30 日間)
L K
L K 2017 年 2 月 14 日
コメント済み: Star Strider 2017 年 2 月 14 日
Tx_sig = .5*sin(2*pi*5*t);
Rx_sig = Coil(Tx_sig,type);
I get a received signal after passing in through that function, i tried wid fdatool and sptool... but i could not find anyway to import it in fdatool.
I want both to pass through LPF
As i am new to filters in MATLAB, SHould it be done only using tools? or how can i do it some other way ?
  1 件のコメント
Star Strider
Star Strider 2017 年 2 月 14 日
I prefer the designfilt function.
Be sure to use the filtfilt function to do the actual filtering.

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeDigital Filter Design についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by