Changes between Version 6 and Version 7 of Tutorials/k0SDR/Tutorial05


Ignore:
Timestamp:
May 20, 2013, 6:10:50 PM (11 years ago)
Author:
nilanjan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial05

    v6 v7  
    146146nilanjan@console.grid:~/UHD$ ./sq3_parse spectrum.grid.sq3 > db_dump.dat
    147147nilanjan@console.grid:~/UHD$ octave
    148 octave:1> w = dlmread('db_dump_1500.dat',',');
     148octave:1> w = dlmread('db_dump.dat',',');
    149149octave:2> a = w(:,[9:136]);
    150150octave:3> imagesc([1:size(a,2)] , [1:size(a,1)] , 10*log(sqrt(a)/1000));
    151151octave:4> colorbar()
    152152}}}
     153  || [[Image(random_tx.png, width=500px)]] ||