bastibl / gr-ieee802-15-4

IEEE 802.15.4 ZigBee Transceiver
https://www.wime-project.net
GNU General Public License v3.0
271 stars 87 forks source link

parameterize sample rate for OQPSK_PHY block #11

Closed tomx4096 closed 8 years ago

tomx4096 commented 8 years ago

Changed the sample rate on the 802.15.4 OQPSK_PHY block from constant to a parameter that can be set by the top block. Also changes Omega parameter of MM Clock Recovery block

bastibl commented 8 years ago

Thanks for you pull request. I would, however, prefer to keep the transceiver as simple as possible. I agree that there are many interesting parameters that are worth studying, but maybe it's better to have a simple base that everybody can easily adapt to his/her needs. Another point is that there seem to be still some issues with the sample ratio adaption. Unfortunately, I'm currently not in the office to test it with real hardware.