diff options
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(), |