Ask about pynq architecture

Device: RFSoC 4x2 Kit
PYNQ Version: v3.0.1
Is JupyterLab running on the PC, or on the RFSoC 4x2 itself?
Does the RFSoC 4x2 qualify as a software-defined radio (SDR) system?

Hi,
JupyterLab is running on the PS of the board (if you use the correct image in the SD card). That means that multiple computers can connect to the same JupyterLab of the board.

You can describe a SDR architecture in python, and the RFSoC has 2 DACs. So you can add a python code to describe a SDR architecture in the board and transmit your created signal. An efficient method is to describe the architecture via a computer, then send the files to the board and ask the board to execute these files.

1 Like

OK thank you for your response

If you have no more questions, can you please close that post by selecting a solution?

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.