diff options
author | natetemple <nate.temple@ettus.com> | 2017-05-15 14:40:51 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-05-20 22:02:04 -0700 |
commit | 4152b42fbc9f30c981131106c49cd6a25701be97 (patch) | |
tree | 1b83d5d8b84769fe25dbfcde5a581fb0747e09f6 /host/examples/rx_ascii_art_dft.cpp | |
parent | 6f87cca4e8d98b5544a89d25d9eddce5ba85d393 (diff) | |
download | uhd-4152b42fbc9f30c981131106c49cd6a25701be97.tar.gz uhd-4152b42fbc9f30c981131106c49cd6a25701be97.tar.bz2 uhd-4152b42fbc9f30c981131106c49cd6a25701be97.zip |
Examples: Fix ascii typos
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(), |