diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-06-02 16:25:31 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-06-02 16:25:31 -0700 |
commit | 644c03269c33a99c50d5d5d73ff37f5afd9759bb (patch) | |
tree | 079a2516c20407c79936884d604278d4eb3eb74a /host/examples/rx_ascii_art_dft.cpp | |
parent | 1da86f9cf5526269f253e17416e7e501c1c3a6a7 (diff) | |
parent | 9ec36e9538b4be2c6e6e77aa551bd236ef753a10 (diff) | |
download | uhd-644c03269c33a99c50d5d5d73ff37f5afd9759bb.tar.gz uhd-644c03269c33a99c50d5d5d73ff37f5afd9759bb.tar.bz2 uhd-644c03269c33a99c50d5d5d73ff37f5afd9759bb.zip |
Merge branch 'maint'
Diffstat (limited to 'host/examples/rx_ascii_art_dft.cpp')
-rw-r--r-- | host/examples/rx_ascii_art_dft.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/host/examples/rx_ascii_art_dft.cpp b/host/examples/rx_ascii_art_dft.cpp index c73e57459..55b4eeebe 100644 --- a/host/examples/rx_ascii_art_dft.cpp +++ b/host/examples/rx_ascii_art_dft.cpp @@ -169,10 +169,10 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){ next_refresh = boost::get_system_time() + boost::posix_time::microseconds(long(1e6/frame_rate)); //calculate the dft and create the ascii art frame - acsii_art_dft::log_pwr_dft_type lpdft( - acsii_art_dft::log_pwr_dft(&buff.front(), num_rx_samps) + ascii_art_dft::log_pwr_dft_type lpdft( + ascii_art_dft::log_pwr_dft(&buff.front(), num_rx_samps) ); - std::string frame = acsii_art_dft::dft_to_plot( + std::string frame = ascii_art_dft::dft_to_plot( lpdft, COLS, LINES, usrp->get_rx_rate(), usrp->get_rx_freq(), |