rahdirs
Advanced Member level 1
- Joined
- May 22, 2013
- Messages
- 424
- Helped
- 93
- Reputation
- 192
- Reaction score
- 91
- Trophy points
- 1,308
- Location
- Mordor
- Activity points
- 4,492
Hi,
I have a 10 bit dual ADC sampling at 1350 MHz.By using a 1:2 demux provided by the ADC supplier himself i can get 20 bits of data at 675 MHz(10 bits -> I & 10 bits -> Q).
I need to write this data into memory at 625 MHz.How can i get this to work.Yes,we can use zero padding.(extending a signal with zeroes).
Now that the problem has been explained,the fix here is 20 bits of ADC data can only be sent as 24 bits(12 bits -> I & 12 bits -> Q) or 32 bits(16 bits -> I & 16 bits -> Q).This is because we would generally like to use x8 or x16 data widths.
I have a 10 bit dual ADC sampling at 1350 MHz.By using a 1:2 demux provided by the ADC supplier himself i can get 20 bits of data at 675 MHz(10 bits -> I & 10 bits -> Q).
I need to write this data into memory at 625 MHz.How can i get this to work.Yes,we can use zero padding.(extending a signal with zeroes).
Now that the problem has been explained,the fix here is 20 bits of ADC data can only be sent as 24 bits(12 bits -> I & 12 bits -> Q) or 32 bits(16 bits -> I & 16 bits -> Q).This is because we would generally like to use x8 or x16 data widths.