|
]; %n=20부터 1인신호
x=uf-us; %n=0~20까지만 1인신호
subplot(2,1,1); %입력신호의 표현단
stem(n,x); %stem은
legend('Input signal');%범례를 만들기위해 두개이상의 도면이 함께있는 경우 구별 을 해주기 위해
h=filter(b, a, x);%입력신호 x를 계수가 a인 IIR필터에 대
|
- 페이지 7페이지
- 가격 1,300원
- 등록일 2007.12.15
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Digital filter설계에 있어서 쉽게 이용할 수 있는 tool 이 MATLAB에서 제공하는 sptool
이라는 것이다.
MATLAB command window 에서 sptool 이라고 type하고 enter를 치면 다음과 같은 화면
이 나온다.
Signal 이 포함된 vector를 command window에서 import하면 다음과 같이
|
- 페이지 5페이지
- 가격 1,000원
- 등록일 2004.05.21
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Digital Filter Design Using Matlab & Verilog
Fdatool (Filter Design & Analysis Tool) 실행
╋━━━━━━━━━━─────────………………
필터를 설계하기 위해 Fdatool 을 실행시킨다.
Start > Toolboxes > Filter Design > Filter Design & Analys
|
- 페이지 23페이지
- 가격 2,000원
- 등록일 2012.10.23
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Digital-to-Analog Converter(National DAC0800) manual
http://www.national.com/
▷뇌전위 증폭 및 필터부
http://mul5.kaist.ac.kr/EEG_ampfilter/acampfilt.htm
▷Low Pass Filter
http://www.ele.uri.edu/Courses/ele443/low.pass/
(자료제공: 이상휘)
▷8051 BIBLE, 정지홍/이승무 공저,(진영사) 94page
|
- 페이지 5페이지
- 가격 1,000원
- 등록일 2004.09.12
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
filtered signal spectrum
y = ifft(Y)*fs;
figure(2) %notch filter 's impusl response (magnitude & phase)
subplot(2,1,1)
plot(fn,H_abs);
axis([0 250 -0.5 1.5])
title('Digital Notch Filter(Magnitude)');
ylabel('|H(z)|'); xlabel('Frequency'); grid;
subplot(2,1,2)
plot(fn,H_phase);
axis([0 250 -1 1.5])
t
|
- 페이지 10페이지
- 가격 1,000원
- 등록일 2007.01.16
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|