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

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...
Supposing you have a routine QUANTIZE, then
output = complex( QUANTIZE(real(E0)), QUANTIZE(imag(E0)) )
igot error: output = complex( quantize(real(cell2mat(EO))),quantize(imag(cell2mat(EO)) )); Error using quantize (line 66) Inputs of class 'double' are not supported.
EO variable consists of complex double values..
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?
<<
>>

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 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