Quantizing a complex signal with uniform quantizer

조회 수: 3 (최근 30일)
rihab
rihab 2015년 9월 25일
댓글: Walter Roberson 2015년 9월 25일
I have a signal that has complex normal distribution with mean 0 and variance of 1. I want to quantize it with a uniform quantizer to 512 levels. Does someone has any idea how to quantize such a complex signal in matlab? I would appreciate any input.

답변 (1개)

Walter Roberson
Walter Roberson 2015년 9월 25일
Normal distribution has an infinite tail. If you quantize it with a fixed number of uniform levels then you cannot cover the entire range. Unless you want to quantize by CDF?
Does the signal have a constant magnitude? Could you show us the generating function?
  댓글 수: 4
rihab
rihab 2015년 9월 25일
Thank you for the suggestion.
So will it make sense if I change the interval to (-sqrt(2),sqrt(2)) and quantize the signal using steps mentioned in the second comment? I would appreciate any other suggestions too.
Walter Roberson
Walter Roberson 2015년 9월 25일
+/- 3.097269078198785 would leave 1/512'th of the data outside the range.
round(s / 3.097269078198785 * 256)/256

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

카테고리

Help CenterFile Exchange에서 Signal Operations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by