Re: [Discuss-gnuradio] UHD Warning on ODD Interpolation

2013-08-02 Thread embyte
expert, just intermediate :) Looking on-line,I found out that the function block diagram is something like: CIC (Intepolation) -> half-band filter -> DAC -> TX. Can you confirm it? I appreciate. on Aug 01, 2013, *embyte* wrote: Hey Marcus, thanks for answering. &

Re: [Discuss-gnuradio] UHD Warning on ODD Interpolation

2013-08-01 Thread embyte
Hey Marcus, thanks for answering. > (1) 720Khz is not an exact integer fraction of 64MHz (the sampling rate > of the device)--so it rounded > > (2) It's warning you that you'll get a "humped" frequency response with > more rolloff than you'd like, due to the rounded-down sample rate >req

[Discuss-gnuradio] UHD Warning on ODD Interpolation

2013-08-01 Thread embyte
Hello list, I have a graph consisting of a modulator mixed with a signal source, and a USRP sink. I have it configured with a *sampling rate* of 720KHz. When I run it, UHD fires the following warning (and transmission seems fine). The requested interpolation is odd; the user should exp

Re: [Discuss-gnuradio] Using GMSK Mod to send digital data (e.g. an ASCII string)

2013-07-24 Thread embyte
f u have connected Transmitter-FG with USRP, then u can determine the "effective bitrate" of transmitter by calculating it backwards from USRP-sink sampling-rate. symbol-rate = usrp-sampling-rate / samples-per-symbol bit-rate = symbol-rate * modulated_bits_per_symbol -Adeel On S

[Discuss-gnuradio] Using GMSK Mod to send digital data (e.g. an ASCII string)

2013-07-20 Thread embyte
Hello list, I would like to transmit some data using gnu-radio. My data is a binary representation of an ASCII string. I wrote my own block that builds the frame (header, payload, CRC, trailer) as an array of 256 bytes (0s or 1s): gr_make_io_signature(0, 0, 0) gr_make_io_signature(1, 1, sizeo