Advertisement
Guest User

Untitled

a guest
Jun 18th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. diff --git a/host/examples/tx_samples_from_file.cpp b/host/examples/tx_samples_from_file.cpp
  2. index c0812c0..d620899 100644
  3. --- a/host/examples/tx_samples_from_file.cpp
  4. +++ b/host/examples/tx_samples_from_file.cpp
  5. @@ -36,6 +36,7 @@ template<typename samp_type> void send_from_file(
  6. ){
  7. //create a transmit streamer
  8. uhd::stream_args_t stream_args(cpu_format, wire_format);
  9. + stream_args.args["peak"] = "0.8";
  10. uhd::tx_streamer::sptr tx_stream = usrp->get_tx_stream(stream_args);
  11.  
  12. uhd::tx_metadata_t md;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement