How to use ADC Testbench in simulink?What all have to be fed to the inputs and outputs?

2 views (last 30 days)
What all have to be fed to the input and output of this block? I have an input sine signal, then output from quantizer and output from zero order hold of a delta sigma modulator. What all to br fed in this block?

Answers (1)

Atharva
Atharva on 2 Mar 2023
Hi Abhiram,
It sounds like you are describing a signal processing block that includes a quantizer and a zero-order hold, which are commonly used in delta-sigma modulation.
In this block, you would need to feed the input sine signal to the input of the quantizer. The quantizer will map the continuous input signal to a discrete set of values. The output of the quantizer will then need to be fed to the input of the zero-order hold, which will hold the output of the quantizer constant for a certain duration. The output of the zero-order hold will be the final output of the block.
Therefore, the input to this block is the sine signal, and the outputs are the quantized signal and the signal from the zero-order hold.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!