Matched filter using FFT

조회 수: 35 (최근 30일)
ALEESHA JOJI
ALEESHA JOJI 2020년 6월 21일
댓글: Abdelmoumen Bacetti 2020년 8월 22일
hai
Ive a 2d array of 1536*1 double data, and I need to find the matched filter output with respect to the refference date v_tx of diamension 1536*1. This matched filtering is to be done with the help of FFT function.(I cannot use any in-build matlab functions) thanks in advance.
regards
Aleesha
  댓글 수: 1
Abdelmoumen Bacetti
Abdelmoumen Bacetti 2020년 8월 22일
Hi
Basicaly, you will need to multiply the FFT of the input signal by the FFT of the reference signal then IFFT the result of the multiplication.
Input ====> FFT ====> X ====> IFFT ====> Output
^
||
FFT
^
||
Reference

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

답변 (1개)

Raunak Gupta
Raunak Gupta 2020년 6월 24일
Hi,
There is similar question about implementing Matched filter answered here.

카테고리

Help CenterFile Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by