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일

0 개 추천

Hi,
There is similar question about implementing Matched filter answered here.

카테고리

질문:

2020년 6월 21일

댓글:

2020년 8월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by