writing matched filter to determine binary signal
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 25 Août 2020
0 votes
You can use strfind(), even though they're numbers, not strings. Attach your data if you need more help.
Catégories
En savoir plus sur Multirate Signal Processing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!