Matlap command for dsp

tshuck

Joined Oct 18, 2012
3,534
Is Matlap anything like MATLAB?;)

What command are you talking about? There is no one DSP, it us a series of techniques.

The stem command is useful for plotting discrete data.
c2d converts a continuous function into a discrete one, using a specified method(d2c does the opposite)
there is also a fft command

Google helps when trying to do something specific...
 
Top