Ghe0rghe
New Contributor
5 years agoDownsample block and TDM/TDD blocks in DSPBuilder Advanced Blockset
Hello all,
I am porting a project over from Xilinx System Generator to DSPBuilder advanced blockset. Xilinx system generator includes three handy blocks that do not seem to be present in DSP Builder Advanced blockset, both shown below in order: The Downsample block and the TDM/TDD (Time-Division-Mux/Demux) blocks.
What is the simplest and best way to use the available primitive blocks in the DSP Builder Advanced Blockset to build each of these blocks? I imagine one may leverage some kind of FIFO/Sample-and-Hold block for the downsample block, and some kind of counter connected to a mux/demux for the TDM and TDD blocks.
Best,
- Gheorghe
Hi,
You may need a dual clock FIFO to transfer data between two different clock domains.
Regards -SK