Sure. Are you sure you can't hook your UHF board up to a basic tx or
rx at least for prototyping? What's your gadget's IF?
**
In fact what I need is to convert 2 CW coherent signals (beacon)IF in
UHF range (somewhere between 0.5 to 1GHz , through a very goo
Hello,
I would like to develop a user card, to interface with the USRP
motherboard,
with a high resolution UHF synthesized local oscillator for a flexible
narrowband application that can not use any standard card. Is this
possible? Can I program the I2C/SPI chips through GNU radio? (The on
card RO
George Nychis wrote:
> Diana Iosifescu wrote:
>> I'm sorry, the correct code(which is not working) is the followig:
>
> Tell us what your errors are.
>
> - George
Errors:
File "./ruby.py", line 112, in
main ()
File "./ruby.py", line 107, in
range(len(rx_subdev)):
r = self.rx_src.tune(rx_subdev[i]._which, i, rx_subdev[i],
target_freq)
if not r:
ok = False
print "set_freq: failed to set subdev[%d] freq to %f" %
(i, target_freq)
return ok
def main ():
app = stdgu
range(len(rx_subdev)):
r = self.rx_src.tune(rx_subdev[i]._which, i, rx_subdev[i],
target_freq)
if not r:
ok = False
print "set_freq: failed to set subdev[%d] freq to %f" %
(i, target_freq)
return ok
def main ():
app = stdg
Hello,
I am a student at the University of Aveiro, Portugal and I have just
started working at a project with GNU Radio and the USRP board.
I have a question regarding the sample acquisition.
I need to read the samples from both channels of a Basic Rx and then to
write them in a file.
Until now I h