hi, How can i set the time of the signal between sin and cos. in the file test_usrp_standard_tx.cc when i change the ampl the ampl changes. pattern[2*i+1] = host_to_usrp_short ((short) (ampl * sin (2*M_PI*i /PERIOD))); but when i change it to pattern[2*i+1] = host_to_usrp_short ((short) (ampl * sin (2*M_PI*i /PERIOD+or- X))); nothing happens, the signal stay normal Sin.
if this is not the place to change the signale output where should i look at. in python we can chose sin, cos or const. but nothing in between . how can i do that? Thanks, Anmar -- Posted via http://www.ruby-forum.com/. _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
