필터 지우기
필터 지우기

get transfertfunction from fdesign.bandpass

조회 수: 1 (최근 30일)
Dries billiet
Dries billiet 2014년 4월 1일
댓글: Salaheddin Hosseinzadeh 2014년 4월 9일
Hello,
I was wondering if it is possible to get the transfertfunction that is used for the command fdesign.bandpass.
I know it is possible to get a transfert function with the butter command.
But the filters I get from the command butter are not stable when I use them in the digital filter in Simulink. Although (while using the same parameters) the fdesign.bandpass is!
So is it possible to genarate the transfert function from this fdesign.bandpass command?
  댓글 수: 1
Salaheddin Hosseinzadeh
Salaheddin Hosseinzadeh 2014년 4월 9일
It would be great if you could leave a comment or even share more of your experience, specially as I didn't provide a straight forward answer, I give you hints and you were smart enough to figure it out
Thanks.

댓글을 달려면 로그인하십시오.

채택된 답변

Salaheddin Hosseinzadeh
Salaheddin Hosseinzadeh 2014년 4월 1일
There are some commands that transfer different parameters to transfer function such as
latc2tf
ss2tf
zp2tf
s2tf
sos2tf
After using fdesign.bandpass to specify your filter you have to use design to generaing the filter parameters, usually you will get the filter parameters in this step, like in case of a FIR lowpass you'll get the numerator, using one of the above I believe you cam get tp transfer function.
h=fdesign.bandpass(x y z w whatever);
hd=design(h,whatever);
hd should contain what u're looking for
  댓글 수: 1
Salaheddin Hosseinzadeh
Salaheddin Hosseinzadeh 2014년 4월 9일
It would be great if you could leave a comment or even share more of your experience, specially as I didn't provide a straight forward answer, I give you hints and you were smart enough to figure it out
Thanks.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Digital Filter Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by