The convolution tag has no wiki summary.
6
votes
3answers
268 views
Convolution perfomed by an analog circuit
As a Electronic Engineering student I have a fair knowledge about convolution and DSP. But, I was wondering if it is possible to perform a convolution only using analog circuit (without memory)? And ...
1
vote
2answers
116 views
Termination of a convolutional encoder vs. state register reset
Usually, when designing a convolutional encoder for a transmitter, some sort of termination mechanism is applied to drive the encoder back to its zero-state after a message was transmitted. This is ...
5
votes
5answers
734 views
How to implement a self tuning PID-like Controller
I am trying to write a micro-controller program for controlling temperature in a system with the following characteristics:
output can only be On or Off, with fixed cycle frequencies (~2-10 per ...
5
votes
1answer
195 views
Using impulse response to control the system
This post by Olin Lathrop is rather inspiring.
The system response is the convolution of the control input with this
impulse response, computed every control sample, which is every 500 ms
in ...