is Quantization does not work with complex values

I am trying to quantize the complex values in matlab with ADC with following requirements. Number of Bits=12; ADC_Voltage=1.2;

回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2016 年 7 月 16 日

0 投票

You can quantize separately the real part and the imaginary part

6 件のコメント

Jyothi Alugolu
Jyothi Alugolu 2017 年 4 月 21 日
how to quantize the real and imaginary parts combinely? I mean in gaborconvolve.m file, the output EO consists of real and imaginary components ..how to phase quantize the EO variable to form 0-1 binary matrix...
Walter Roberson
Walter Roberson 2017 年 4 月 21 日
Supposing you have a routine QUANTIZE, then
output = complex( QUANTIZE(real(E0)), QUANTIZE(imag(E0)) )
Jyothi Alugolu
Jyothi Alugolu 2017 年 4 月 24 日
igot error: output = complex( quantize(real(cell2mat(EO))),quantize(imag(cell2mat(EO)) )); Error using quantize (line 66) Inputs of class 'double' are not supported.
Jyothi Alugolu
Jyothi Alugolu 2017 年 4 月 24 日
EO variable consists of complex double values..
Jyothi Alugolu
Jyothi Alugolu 2017 年 4 月 24 日
i got the ouput..but i am not knowing what the output is..i am sending you the screenshots..please tell me what it is?
<<
>>
Walter Roberson
Walter Roberson 2017 年 4 月 25 日

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeGet Started with Signal Processing Toolbox についてさらに検索

質問済み:

2016 年 7 月 16 日

コメント済み:

2017 年 4 月 25 日

Community Treasure Hunt

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

Start Hunting!

Translated by