simulink digital delta sigma
Show older comments
as a newbie to simulink and matlab. i would like to know whether the model below can be simulated in matlab before i lock it down in rtl. i'm fairly new to modelling in simulink, and hence would like some help on how do implement the quantiser and regsiter(flops) in simulink?
i've been reading up on the fixed point simulator, is it helpful here since the input values are fractional

Answers (1)
Balavignesh
on 14 Mar 2023
0 votes
Hi Varun,
As per my understanding, you want to know about the following:
- Whether you could simulate the model attached with the question
- Implementation of register and quantizer in Simulink
- Is reading about fixed point simulator helpful.
To answer your question,
- 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.
I hope this answers your questions.
Categories
Find more on Simulink in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!