• 파일시티 이벤트
  • LF몰 이벤트
  • 캠퍼스북
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트

DSP 매트랩 #2 이동 평균 필터

*규*
개인인증판매자스토어
최초 등록일
2009.05.31
최종 저작일
2009.05
11페이지/파일확장자 압축파일
가격 2,000원 할인쿠폰받기
다운로드
장바구니

소개글

m파일과 각 사진도 첨부하였습니다.

Homework (Matlab#2)

0. Ftp the data file `KTX` from the ftp site "ftp://iclab.ac.kr/DSP" to your folder.

In Matlab command window, load the data file "KTXSignal`. Check the data variable. The sampling rate of the signal is 100/sec.
>> load KTXSignal
>> load KTXSignalWithNoise

1. Plot `KTXSignal` along the actual time axis `t`.
>> plot(t,signal)

2. Plot `KTXSignalWithNoise` along the actual time axis `t`.
>> plot(t,KTXSignalWithNoise)

3. We want to remove the noise from `SigWithNoise` by an average filter . We denote the filtered signal as . For an example, when L=10, in Matlab
>>L=10;
>>h=ones(1,L)/L;
>>y=conv(h,KTXSignalWithNoise);

1) Check for the length of y[n]. Let p be the length of y[n]. Determine the length of y[n] in terms of L and M=length(SigWithNoise).

2) When L=10,
● plot y[n] in discrete index n and also y in time scale.
>> plot(y);
>> plot(t,y); % length of t should be adjusted to the length of y.
● plot the frequency response of `h[n]`. In Matlab, you can use `freqz`
>> [Hf,theta]=freqz(h,1);
>> plot(theta,abs(H)); % for ploting magnitude of `h[n]`.
>> plot(theta,angle(H)); % for ploting angle of `h[n]`.

3) Repeat 2) for L=2,5,10,15,20. Observe the following as L changes.
● Degree of noise removing and smoothing y[n].
● The transient time.
● Determine the optimal L.
● Shape of abs(H(theta)). (sharpness of cutoff frequency, magnitude of side lobes)
=> You can overlay `abs(H(theta))` for L=2,10,20. Then you can recognize the shape change of abs(H(theta)).

컴파일 실행환경

매트랩

압축파일 내 파일목록

Movingavr.m
1-1.jpg
2-1.jpg
3-1.jpg
3-2.jpg
3-3.jpg
3-4.jpg
3-5 L=2.jpg
3-6 L=5.jpg
3-7 L=10.jpg
3-8 L=15.jpg
3-8 L=20.jpg
3-9 impulseresp.jpg
참고사항.hwp
HW2noisesignal.m
HW2nomalsignal.m
HW31.m
ImpulseResp.m
KTXSignal.mat
KTXSignalWithNoise.mat
Matlab(HW2).hwp
MatlabHW.mat

참고 자료

없음
*규*
판매자 유형Bronze개인인증

주의사항

저작권 자료의 정보 및 내용의 진실성에 대하여 해피캠퍼스는 보증하지 않으며, 해당 정보 및 게시물 저작권과 기타 법적 책임은 자료 등록자에게 있습니다.
자료 및 게시물 내용의 불법적 이용, 무단 전재∙배포는 금지되어 있습니다.
저작권침해, 명예훼손 등 분쟁 요소 발견 시 고객센터의 저작권침해 신고센터를 이용해 주시기 바랍니다.
환불정책

해피캠퍼스는 구매자와 판매자 모두가 만족하는 서비스가 되도록 노력하고 있으며, 아래의 4가지 자료환불 조건을 꼭 확인해주시기 바랍니다.

파일오류 중복자료 저작권 없음 설명과 실제 내용 불일치
파일의 다운로드가 제대로 되지 않거나 파일형식에 맞는 프로그램으로 정상 작동하지 않는 경우 다른 자료와 70% 이상 내용이 일치하는 경우 (중복임을 확인할 수 있는 근거 필요함) 인터넷의 다른 사이트, 연구기관, 학교, 서적 등의 자료를 도용한 경우 자료의 설명과 실제 자료의 내용이 일치하지 않는 경우
최근 본 자료더보기
탑툰 이벤트
DSP 매트랩 #2 이동 평균 필터
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업