|
|
|
|
|
by anyfoo
676 days ago
|
|
But the AD936x is directly connected to the programmable logic (FPGA) of the Zynq, not the PS (CPU), so you can either do the bulk of your processing (e.g. filtering, demodulation, possibly higher parts of a protocol stack) in the FPGA, or, if you absolutely have to, let the FPGA pipe out raw IQ sample packets onto the Ethernet, because IIRC the Ethernet controller itself can also be routed into the FPGA using MDIO, no? I haven’t tried this yet (despite owning an AntSDR E200), but that’s what the schematics of the AntSDR and my prior experience with Zynq suggests. |
|
In theory the hardware probably could do what you're describing if someone wanted to hack the FPGA internals themselves. I'd love to hear if you ever have any success getting things running better.