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
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
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
'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
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
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 =
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