Matched filter using FFT

34 views (last 30 days)
ALEESHA JOJI
ALEESHA JOJI on 21 Jun 2020
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 Comment
Abdelmoumen Bacetti
Abdelmoumen Bacetti on 22 Aug 2020
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

Sign in to comment.

Answers (1)

Raunak Gupta
Raunak Gupta on 24 Jun 2020
Hi,
There is similar question about implementing Matched filter answered here.

Categories

Find more on Fourier Analysis and Filtering in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!