フィルターのクリア

How to convert quantized signal to binary signal in Simulink?

11 ビュー (過去 30 日間)
Nikita Joshi
Nikita Joshi 2022 年 7 月 19 日
コメント済み: Nikita Joshi 2022 年 7 月 20 日
Hello community,
I am working on one of the wireless project in which i want to transmit my analog signal. So, I have first converted this analog signal into quantized signal using ZOH and Quantizer blocks. Now I want to convert this quantized signal to binary signal (0's and 1's). How to perform this conversion process ?
Thank You in advance.

採用された回答

GandaBerunda
GandaBerunda 2022 年 7 月 19 日
編集済み: GandaBerunda 2022 年 7 月 19 日
Hi Nikita,
One way which comes to the top of my head is to use a Matlab function block. Within this block, you can run a function for encoding the sampled and quantised signal into binary signal. Another way would be to use the uniform encoder block, as can be seen in this link(Simulink-Implementation-of-PCM-system.png (476×326) (researchgate.net)).
Hope it helps.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTransforms についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by