Visible to Intel only — GUID: hco1423076507867
Ixiasoft
Visible to Intel only — GUID: hco1423076507867
Ixiasoft
5. Primitive Library Blocks Tutorial
The Fibonacci sequence is the sequence of numbers that you can create when you add 1 to 0 then successively add the last two numbers to get the next number:0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, ...
Each Primitive library block in the design example is parameterizable. When you double-click a block in the model, a dialog box appears where you can enter the parameters for the block. Click the Help button in these dialog boxes to view help for a specific block.
You can use the demo_fibonacci.mdl model in the <DSP Builder Advanced install path>/Examples/Primitive directory or you can create your own Fibonacci model.
- Creating a Fibonacci Design from the DSP Builder Primitive Library
- Setting the Parameters on the Testbench Source Blocks
Set the testbench parameters to finish the DSP Builder Fibonacci design. - Simulating the Fibonacci Design in Simulink
- Modifying the DSP Builder Fibonacci Design to Generate Vector Signals
- Simulating the RTL of the Fibonacci Design