[問題] fdesign.bandpass(內建function)error

看板MATLAB作者 (shin)時間13年前 (2013/01/29 12:59), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
如題,最近在設計一個bandpass filter 使用到了fdesign.bandpass這個方程式 但卻跑出 ERROR: in "filterPlot": Undefined function or method 'fdesign.bandpass' for input arguments of type 'char'. fdesign.bandpass不是MATLAB內建的方程式嗎?? 為什麼會跑出這個錯誤呢? 程式碼如下 d = fdesign.bandpass('n,fc1,fc2', 50,Input1,Input2,freq) h = design(d,'window','window',{@chebwin,50}) fil = filter(h,x) 謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 114.44.231.203
文章代碼(AID): #1H1rT3hm (MATLAB)
文章代碼(AID): #1H1rT3hm (MATLAB)