The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
0answers
55 views

Digital control: Exercise solution

Can you help me (show me how) to solve the following exercise? For the process with transfer function $G(s)=e^{-2s}/(s+1)$ design a digital controller with sampling time $T_{s} = 1$ that meets the ...
2
votes
1answer
676 views

DSP Benchmarks for ARM Cortex-M4 processor

Does anyone know where there are any benchhmark timings for the DSP functionality in the ARM CMSIS V2 running on a Cortex-M4 processor. I am trying to work out whether this processor is powerful ...
13
votes
1answer
305 views

How do I improve LMS / NLMS filter performance?

Are there ways to increase computational performance of a normalized least squares (NLMS) filter? Multidelay block frequency-domain (MDF) filters have been proposed to do this, but they also take away ...