writing matched filter to determine binary signal
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 25 Aug. 2020
0 Stimmen
You can use strfind(), even though they're numbers, not strings. Attach your data if you need more help.
Kategorien
Mehr zu Multirate Signal Processing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!