Is it possible to extend the bus width from 32bit(16 for I,16 for Q) to 64bit(32 for I, 32 for Q) in HDL QAM Transmitter and Receiver?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Ahmet Keskin
el 26 de Sept. de 2022
Respondida: Kranti Balaga
el 28 de Sept. de 2022
Is there a setting for something like this as I mentioned in the title? Or is it possible to do it manually? If possible where should I start?
Thank you.
https://www.mathworks.com/help/hdlcoder/ug/hdl-optimized-qam-transmitter-and-receiver.html?searchHighlight=qam&s_tid=srchtitle_qam_1
0 comentarios
Respuesta aceptada
Kranti Balaga
el 28 de Sept. de 2022
We dont have an option to do automatically by configuring a parameter. You can start changing the symbol modulator and pulse shaping filter output datatypes as per your requirement.
Receiver side, it will work, but you need to see whether any of the receive subsystems like AGC, NCO, time recovery output datatypes limited to 16bit. You can change those data types according to your requirement.
Having higer bitwidths increase the precision but, timing and resources will increases and ADC/DAC may not operate at 32bit/64bit.
Thanks
Kranti
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!