Re: [Discuss-gnuradio] User Generated Signals

2007-04-08 Thread Jonathan Shan
On Sat, 7 Apr 2007, Jonathan Shan wrote: I am trying to transmit and receive a signal that the user defines. I am following the directions written by Eric Blossom on independently generating signals and then transmitting them. " u = usrp.sink_c(...) i = q = f2c = gr.float_to_co

[Discuss-gnuradio] User Generated Signals

2007-04-06 Thread Jonathan Shan
d looking at the odd=real values. file_sink output = "REAL IMAG REAL IMAG " Any help would be appreciated. Jonathan Shan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Sampling Freq

2007-03-22 Thread Jonathan Shan
On Thu, 22 Mar 2007, Johnathan Corgan wrote: Jonathan Shan wrote: When I send this to file_sink, I see correctly 16 samples from peak to peak. However, when I transmit this using 'usrp sink' and receive at the other end, I see about 32 samples from peak to peak.. double what

[Discuss-gnuradio] Sampling Freq

2007-03-22 Thread Jonathan Shan
'usrp sink' and receive at the other end, I see about 32 samples from peak to peak.. double what I expected. What is happening? Jonathan Shan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listin

[Discuss-gnuradio] Transmit Frequency

2006-11-18 Thread Jonathan Shan
Hello all, sink = usrp.sink_c(0, 64). I am confused about the function sink.set_tx_freq(0, 5e6). What does this do? I already know the receiver must be set to listen at 5e6 Hz. But what does the function do to my signal? Jonathan Shan ___ Discuss

Re: [Discuss-gnuradio] Signal Multiplication

2006-11-05 Thread Jonathan Shan
On Sun, 5 Nov 2006, Eric Blossom wrote: I expect that your code is about 10 lines long. Can you please post it? Between the time of originally posting and now, I changed the length of the vector and now am able to see a decent received signal. The relevant code: src_data =

[Discuss-gnuradio] Signal Multiplication

2006-11-05 Thread Jonathan Shan
Hello all, I am new to gnuradio and communication theory. I am trying to multiply two signals by their corresponding elements. I am trying to mimic amplitude modulation. I already have source1 which is a sine wave generated by sig_source_c. There is source2, which is a vector source generate