Python Forum
Sampling and quantization - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Sampling and quantization (/thread-33766.html)



Sampling and quantization - asif21 - May-25-2021

Hi, I have generated a QPSK signal and sucessfully performed OFDM. I am now trying to sample and quantize (ADC action) on the output complex array. But I am not sure how to perform sampling on an array. Has anyone came accross such an issue?