Bank of many small bandwidth SDRs to create a large bandwidth capture device #317
pfeatherstone
started this conversation in
General
Replies: 2 comments 5 replies
-
好啊,邮件收到啦!
Hi, your email is arrived safely
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@jgaeddert Do you have any thoughts? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose I need to capture signals with extremely large bandwidths, lets say with a bandwidth of 1GHz.
You would think you need an SDR or sensor with an instantaneous bandwidth of at least 1GHz.
How about you use a series of SDRs with smaller bandwidths and combine them together using a polyphase synthesis channelizer.
For example, if you had 10 SDRs which have an instantaneous bandwidth of 100MHz, you could off-tune them such that they are equally spaced over the 1GHz bandwidth, synchronize them with a 10MHz external reference, capture everything simultaneously and use something like
firpfbch_crcf_create(LIQUID_SYNTHESIZER, 10, 64, h)
to combine everything together into a 1GHz bandwidth signal.Would this work? Can you think of any gotchas?
Capturing everything exactly at the same time could be difficult.
You would need to ensure that the gain levels are the same on all channels, AGC is turned off, things like that.
Is it the case that mathematically this holds up, but in practice, it's impossible to get that level of synchronisation across all channels.
Beta Was this translation helpful? Give feedback.
All reactions