셈툴 다운로드

셈툴 튜토리얼

신호처리 | 제 1형 체비셰프 원형 필터를 사용한 고역통과 필터 설계 |

페이지 정보

작성자 cemtool 작성일14-04-23 19:11 조회9,780회 댓글0건

본문

제 1형 체비셰프 원형 필터를 사용하여, 다음의 사양을 만족하는 고역통과 필터를 설계해보자.

ex8_27.cem
/*   Chapter 8: Example 8.27*/
 
 /* Digital Highpass Filter Specifications: */
 wp = 0.6*pi;                          /* digital Passband freq in Hz */
 ws = 0.4586*pi;                       /* digital Stopband freq in Hz */
 Rp = 1;                               /* Passband ripple in dB */
 As = 15;                              /* Stopband attenuation in dB */
 
 [b,a] = chbhppro(wp,ws,Rp,As);
 [C,B,A] = drt2cas(b,a)


댓글목록

등록된 댓글이 없습니다.