Hi Ben,
I'm happy to hear that gr-drm is being used! I hope you are using the newest version, I did quite some refactoring some time ago.
Not every combination of RM and bandwidth is allowed in the specification.Hi,
I was able to use the gr-drm to transmit using USRP and receive it on DRM receiver. However when tried to change RM to mode A, it fails to transmit. I'm using GNU Radio Companion 3.7.10.1.
That's correct. Feel free to add features!
I would like to experiment more on gr-drm, like DRM transmission reconfiguration. DRM standard supports two types of reconfiguration: a service reconfiguration and a channel reconfiguration. This can be applied on the fly with or without audio interruption. I guess gr-drm doesn't support these.
You could try using/adding callbacks or message ports. This however might get messy and/or complicated when, e.g., the I/O behavior of a block has to be reconfigured. Another potential problem occurs if you reconfigure multiple blocks and issues arise through samples that are still stuck inbetween blocks. A simpler method would be to just restart the flowgraph and reconfigure them inbetween runs.
Can GNU Radio support on the fly changes to a block ? How can a block be created to cycle through a set of values ? My aim is to automate the transmission by chnaging the parameters randomly.
Not that I know of. On the other hand, I'm pretty sure that people tested other, generic communication systems such as OFDM. Maybe they can chime in at this point if you have any specific questions.
I also like to add some channel simulations, like AWGN and Rayleigh channels o DRM transmission in gr-drm. I checked in GNU radio some blocks exist for Channel models which can be plugged in before USRP sink block. Has any body done any channel simulations on DRM transmission ?
Cheers
-ben
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Felix
-- Karlsruhe Institute of Technology (KIT) Communications Engineering Lab (CEL) Felix Wunsch, M.Sc. Research Associate Kaiserstraße 12 Building 05.01 76131 Karlsruhe Phone: +49 721 608-46276 Fax: +49 721 608-46071 E-Mail: Felix.Wunsch@kit.edu www.cel.kit.edu KIT -- University of the State of Baden-Württemberg and National Laboratory of the Helmholtz Association
No comments:
Post a Comment