discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Tx Signal time


From: anmar
Subject: [Discuss-gnuradio] Tx Signal time
Date: Fri, 16 Mar 2007 10:10:28 +0100

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/.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]