Difference between Signal Processing Toolbox and DSP System Toolbox?

Asked by Paul Metcalf on 6 Jul 2012
Latest activity Commented on by Ruchit Pathak on 23 Jul 2012

What's the difference between Signal Processing Toolbox and DSP System Toolbox? Why is the DSP System Toolbox required for generating code of Signal Processing Toolbox functions using MATLAB Coder?

1 Comment

Ruchit Pathak on 23 Jul 2012

can any one tell me how to remove R11 DSP blockset blocks from model in matlab 2011a ?

Paul Metcalf

3 Answers

Answer by Honglei Chen on 6 Jul 2012
Accepted answer

Signal Processing Toolbox works in MATLAB and in general only deals with double precesion signals. On the other hand, DSP System Toolbox provides more sophisticated filter design capability, can work with single and fixed point signals, and has a Simulink interface too.

0 Comments

Honglei Chen
Answer by Kaustubha Govind on 6 Jul 2012

AFAIK, DSP System Toolbox (which was introduced in R2011a) simply replaces the Signal Processing Blockset™ and Filter Design Toolbox™ products - in other words, it combines functions from both toolboxes. Perhaps your code contains Filter Design functions?

0 Comments

Kaustubha Govind
Answer by Paul Pacheco on 6 Jul 2012

I would add that the algorithms in the DSP System Toolbox are better suited for modeling and simulating systems that process streaming data and deployment, i.e., generating code.

0 Comments

Paul Pacheco

Contact us