Forums › BB Series Discussions › How to set the BB60C into direct RF mode using APIs?
- This topic has 1 reply, 2 voices, and was last updated 9 years, 1 month ago by Andrew.
- AuthorPosts
guoanParticipant- This topic was modified 9 years, 1 month ago by guoan.
Hi ,
I noticed that there is a BB_DIRECT_RF flag in bb_api.h, could you please give me an in-depth description on it.
Does the L.O. stoped in directRF mode? Can we get the data stream samples using bbFetchRaw() API function? What’s the freq. range during which directRF can apply ?
Thanks a lot.
AndrewModeratorHello Guoan,
You can use the BB_DIRECT_RF flag in this manner,
bbInitiate(handle, BB_STREAMING, BB_DIRECT_RF);In this mode you will receive 80MS/s 16-bit direct RF samples. In the frequency domain, you will measure frequencies from 0Hz to 40MHz, but there is a low pass filter that is roughly around 27MHz. The LO conversion stages are bypassed in this mode, resulting in exceptional RF performance. The samples are full scale.
Regards,
A.J.- AuthorPosts
You must be logged in to reply to this topic.