필터 지우기
필터 지우기

why we use convolution?

조회 수: 1 (최근 30일)
majid
majid 2021년 10월 31일
댓글: majid 2021년 11월 2일
Hello,
I am beginner in signal processing and I have a fundamental question about signals convolution.
suppose we have signal that interact with a impulse response s(n) of a surface or with impulse response h(n) of a filter.
why we write it as convolution? why we don't write it as, for example, correlation or simple multipication?
thanks you!

채택된 답변

Walter Roberson
Walter Roberson 2021년 10월 31일
Using just multiplication could work if the filter is a simple gain that adjusts the amplitude of every sample by the same portion.
However, filters usually work on frequencies. For example a filter might be designed to remove (nearly) all frequencies above 8000 Hz. To do that work, it has to somehow figure out how quickly values are changing, on several different scales. However, multiplication by a constant or even by a vector of constants the same length as the signal, can never figure out how quickly values are changing and so cannot adapt the values being multiplied in order to deal with the frequencies.
Continuous convolution in theory gathers information across the entire signal, and applies the information learned at a particular time point. Discrete convolution does the same thing -- except that it happens to turn out that in some cases you can do a good-enough approximation by looking only at enough "nearby" samples instead of having to look at the entire signal.
  댓글 수: 6
majid
majid 2021년 11월 2일
thank you very much @Walter Roberson.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Digital Filter Analysis에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by