writing matched filter to determine binary signal
古いコメントを表示
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.
採用された回答
その他の回答 (1 件)
Image Analyst
2020 年 8 月 25 日
0 投票
You can use strfind(), even though they're numbers, not strings. Attach your data if you need more help.
カテゴリ
ヘルプ センター および File Exchange で Digital Filter Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!