Matched filter using FFT
35 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Abdelmoumen Bacetti
el 22 de Ag. de 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
Respuestas (1)
Raunak Gupta
el 24 de Jun. de 2020
Hi,
There is similar question about implementing Matched filter answered here.
0 comentarios
Ver también
Categorías
Más información sobre Analog Filters en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!