Selecting frequency for different daughterboards

hey all,

I have been updating some simple examples for receiving and
transmitting FM signals I have made by adding option parsers in the
scripts.

I was trying to make sure that when a daughterboard was selected
(using the options parser), that if an invalid frequency was used
(for example, if I tried to receive 100MHz with the RFX400), I would
want to raise some kind of assertion error…or something.

well, I noticed that in the subdevice attributes there is the
function “freq_range”

this works great for everything except the Basic Rx / Tx which gives
me a range of 0-90GHz!! in increments of 1e-6!

I was thinking that this range reflects the values that the LO is
capable of producing and using for down/up conversion, but in the
source code you have used these crazy large numbers to suggest that
any value can be used (for recieving and transmitting)…and on some
level that’s correct…for these daughter boards. Why not just
0-44MHz (which I think is the range)?

any help would be most appreciated.

thanks

david scaperoth

On Thu, Jun 29, 2006 at 03:10:29PM -0400, David S. wrote:

any help would be most appreciated.

thanks
david scaperoth

Because bandpass sampling makes sense on this board.

Eric

On Jun 30, 2006, at 2:36 AM, Eric B. wrote:

any help would be most appreciated.

thanks
david scaperoth

Because bandpass sampling makes sense on this board.

Eric

wouldn’t a range from like 2-200MHz be more useful, or am I missing
something?

David

On Fri, Jun 30, 2006 at 06:42:43PM -0400, David S. wrote:

wouldn’t a range from like 2-200MHz be more useful, or am I missing
something?

It will actually work higher than that :wink:

And the basic rx doesn’t know what you’ve really got connected in
front of it anyway…

Eric