matgyver / Radiometer-SDR-Thesis

My Master's thesis in Computer Engineering. My thesis involves using Software Defined Radios in radiometer applications.
9 stars 1 forks source link

Power Radiometer code broken in GNURadio 3.7 #7

Closed matgyver closed 10 years ago

matgyver commented 10 years ago

GNURadio 3.7 changed how many of the blocks were called in 3.7. These blocks need to have their IDs changed to the new IDs used. It looks like all previous blocks used in the N200 are there, they just changed...everything.

matgyver commented 10 years ago

Problem has now been fixed in commit b0c2eb5. Needed to not only change IDs but also the blocks themselves. This affected a number of blocks including the complex to mag^2, the basic math blocks and the file sinks blocks. Code now runs, connects to N200 and is displaying and recording data. Closing issue.