Questions tagged [impulse-response]

The impulse response of a dynamic system is its output when presented with a brief input signal, called an impulse.

An impulse response refers to the reaction of any dynamic system in response to some external change. In either cases, the impulse response describes the reaction of the system as a function of time (or possibly as a function of some other independent variable that parameterizes the dynamic behavior of the system).

Source: Wikipedia.

397 questions
80
votes
4 answers

What is meant by a system's "impulse response" and "frequency response?"

Can anyone state the difference between frequency response and impulse response in simple English?
Ant's
  • 1,002
  • 2
  • 9
  • 9
33
votes
6 answers

Flipping the impulse response in convolution

During convolution on a signal, why do we need to flip the impulse response during the process?
winuall
  • 433
  • 1
  • 5
  • 6
16
votes
1 answer

How do I find a system's impulse response from its state-space repersentation using the state transition matrix?

Suppose we have a linear represented in the standard state space notation: $$ \dot{x}(t)=Ax(t)+Bu(t)$$ $$y(t) = Cx(t) + Du(t)$$ In order to get its impulse response, it is possible to take its Laplace transform to get $$sX=AX+BU$$ $$Y=CX+DU$$ and…
Phonon
  • 4,938
  • 3
  • 34
  • 60
14
votes
2 answers

What bandpass filter design will yield the shortest impulse response?

Designing a simple 2nd order IIR bandpass Buterworth filter with a centre frequency of 500 Hz and a 1 octave bandwidth gives me the following frequency response ... Now, if I take the impulse response and normalise it and convert it to dB, we can…
12
votes
5 answers

Why do linear systems show sinusoidal fidelity?

I am looking for a proof for sinusoidal fidelity. In DSP we study a lot about linear systems. Linear systems are homogenous and additive. One more condition it satisifies is that if a signal is a sine or cos wave then the output only changes the…
9
votes
3 answers

Why do linear phase filters have symmetric impulse responses?

It was given as a fact that linear phase filters have symmetric impulse responses, but I don't see why that has to be true. Can somebody please explain or prove this?
CAJ
  • 303
  • 2
  • 7
9
votes
4 answers

For an LTI system, why does the Fourier transform of the impulse response give the frequency response?

I know that for a given system, the Fourier transform of its impulse response gives its frequency response. I want to find where this property comes from, but haven't been able to find if it's a definition or if there's a mathematical proof…
8
votes
1 answer

Impulse vs Step response

What is the difference between an impulse and a step response diagram?
20317
  • 481
  • 4
  • 18
8
votes
1 answer

How to send / receive a short impulse in an extremely noisy signal with high timing accuracy?

I am pretty new to DSP. I need a computer to transmit data to a receiver through audio signals in a loud outdoor environment. (I am writing the software for both sender and receiver so I can design the signal however I want.) I am using cheap…
Keith
  • 479
  • 1
  • 5
  • 11
8
votes
2 answers

Evaluating loudspeakers

If you don't have a lot of money to spend but you want to estimate the frequency response of different loudspeaker setups what is the best way to do it? I bought a very nice microphone and built a box with foam on the inside. My idea is to place the…
John
  • 81
  • 1
8
votes
2 answers

How to estimate the number of taps needed for subsequent channel estimation algorithms?

I recently implemented an MMSE channel equalizer, and I have read about many other types of channel estimation/compensation algorithms out there. However, one thing that is never talked about it how to estimate the number of taps in your model of…
Spacey
  • 9,211
  • 8
  • 38
  • 78
8
votes
2 answers

Does this lowpass filter have a noncausal impulse response?

I'm doing some measurements with my sound card, I have one output channel connected to one input channel. I then send the sound card a unit impulse, i.e. a signal 1 value followed by zeros. The recorded response is shown below. I know that the…
Lance
  • 457
  • 1
  • 4
  • 7
8
votes
2 answers

Calculation of Reverberation Time (RT60) from the Impulse Response

I have some confusions regarding reverberation time (RT60). I need to calculate reverberation time from a given power envelope. This is what I get. As you might see the line is curved close to zero (at top left corner) and then becomes straight. Is…
varunkr
  • 243
  • 1
  • 2
  • 4
7
votes
7 answers

Intuition behind commutativity of convolution in LTI systems

Why is convolution commutative, as it seems to treat two signals in a different way in an LTI system? If you imagine $y[n] = x[n] \star h[n]$ with $x[n]$ being an input signal and $h[n]$ being the impulse response of an LTI system A, how does it…
7
votes
2 answers

How to obtain impulse response from the differential equation of a system?

This year I'm having trouble with my Signals and Systems class. My major subject is Software Engineering and Electric and Electrical Engineering is my Minor. This question was my previous exam question but I coudn't write anything about it as a…
M. Jay
  • 73
  • 1
  • 1
  • 5
1
2 3
26 27