- Whether you could simulate the model attached with the question
- Implementation of register and quantizer in Simulink
- Is reading about fixed point simulator helpful.
- Yes, you can simulate the model attached with the question. You can use the “Discrete Transfer Fcn” block to model the transfer function. To create the rest of the model, you can use the “Quantizer Block” and “Sum” along with the “Discrete Transfer Fcn” block.
- You can use the “Quantizer” block to model a quantizer in Simulink. Please refer to this example to get to know how it’s used. You can use “D Flip-Flop”/”S-R Flip-Flop”/”J-K Flip-Flop” to model a register.
- Certain blocks like “D Flip-Flop” works on Boolean data. In that case, reading about fixed point simulator might be helpful.