writing matched filter to determine binary signal
Mostrar comentarios más antiguos
Hello evreyone,
I have a question.
I have a signal passing binary valeus in two wave forms like that:

I have the " T " definning the time value of one bit in the sampling, in the signal array (how many sampels it's the length of one bit) in my case: T = 10000.
I need to define from the given signal two matched filters (both liniar), one for logical '0' and the other for the logical '1'. I need to plot the impulse rsponse of the two filters.
I also need to transfer the signal through both fillters and plot the output.
It's importent to mention that I am not alowed to use built in function of matlab.
for example:

Thank you.
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 25 de Ag. de 2020
0 votos
You can use strfind(), even though they're numbers, not strings. Attach your data if you need more help.
Categorías
Más información sobre Multirate Signal Processing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!