Quantizing a complex signal with uniform quantizer
2 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
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 个评论
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 Center 和 File Exchange 中查找有关 Cast and Quantize Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!