1 / 6

a b 上記の式より,周期 2π

解答. a b 上記の式より,周期 2π. c a で求めた式を用いて図示する.(省略) freqz 関数で求める場合 freqz(b,a,w) を使用する. ただし, LTI システムの場合, b はフィルタ係数, a は 1 を入力. w には周波数を入力する.. プログラム例 b=[2 -3 2] a=1 w=-pi:pi/100:3*pi H=freqz(b,a,w). subplot(2,1,1) plot(w,abs(H)) subplot(2,1,2) plot(w,arg(H)). frequency. d

jonah
Download Presentation

a b 上記の式より,周期 2π

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 解答 • a • b • 上記の式より,周期2π

  2. c • aで求めた式を用いて図示する.(省略) • freqz関数で求める場合 freqz(b,a,w)を使用する. ただし,LTIシステムの場合,bはフィルタ係数,aは1を入力.wには周波数を入力する. • プログラム例 • b=[2 -3 2] • a=1 • w=-pi:pi/100:3*pi • H=freqz(b,a,w) • subplot(2,1,1) • plot(w,abs(H)) • subplot(2,1,2) • plot(w,arg(H))

  3. frequency

  4. d • aの式より,どんな周波数で      となるのかを求める

  5. e スライド10-12を参照すること. • 周波数ω=π/13の信号が入力された場合の周波数応答を求めればよい. それぞれ周波数応答の値を求めて上記に代入すればよい

More Related