Changes between Version 7 and Version 8 of Tutorials/k0SDR/Tutorial05
- Timestamp:
- May 20, 2013, 6:17:26 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial05
v7 v8 135 135 * The magnitude value of the fft bins are stored in binary format. The first entry of the db file is shown above. So when dumping the file contents the fft bins data is shown as consecutive ASCII representation of the binary floating point numbers. The 1st is 84B7C43E <==> 0.38421, the 2nd bin is 2146863D <==> 0.065563, etc... 136 136 137 * To quickly visualize the data we can download and compile the following code (it's also in the attachment).137 * To quickly visualize the fft data we can download and compile the following code (it's also in the attachment). 138 138 {{{ 139 139 nilanjan@console.grid:~/UHD$ wget http://www.orbit-lab.org/raw-attachment/wiki/Trials/GNURadio/OmfExperiment1/sq3_parse.cpp