writing matched filter to determine binary signal
Show older comments
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.
Accepted Answer
More Answers (1)
Image Analyst
on 25 Aug 2020
0 votes
You can use strfind(), even though they're numbers, not strings. Attach your data if you need more help.
Categories
Find more on Digital Filter Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!