Scale characteristics of convolution

 

▌Convolution operation▌


1. Convolution definition

Convolution operation is an important operation in mathematics, and it is widely used in signal processing and system analysis. It is very close to the form of correlation operations . For two continuous time signals x (t), y (t) x\left( t \right), y\left( t \right)x(t),and( t ) , the convolution operation between them is defined as:x (t) ∗ y (t) = ∫ − ∞ ∞ x (τ) y (t − τ) d τ x\left( t \right) * y \left( t \right) = \int_{-\infty }^\infty {x\left( \tau \right)y\left( {t-\tau} \right)d\tau}x(t)and(t)=x( τ )and(tτ )dτ

For discrete sequences, the corresponding convolution and operations can also be defined :

x [ n ] ∗ y [ n ] = ∑ m = − ∞ ∞ x [ m ] y [ n − m ] x\left[ n \right] * y\left[ n \right] = \sum\limits_{m = - \infty }^\infty {x\left[ m \right]y\left[ {n - m} \right]} x[n]and[n]=m=x[m]and[nm]

The convolution (convolution sum) operation satisfies the commutative law, associative law, and distribution rate .

2. Schematic diagram of convolution

The following figure shows the process of convolving two signals to obtain the result. You can select one of them for de -folding, translation, and then multiplying, integrating with another signal , or the final result:

image

 

▌Scaling changes▌


The scale change of the signal refers to the independent variable of the signal multiplied by a constant, such as the signal f (t) f\left( t \right)f( t ) , choose a constantaaa , corresponding to the signalf (at) f\left( {at} \right)f( a t ) Compared with the original signal, the scale has changed.

a > 1 a > 1 a>When 1 , the corresponding signal waveform shrinks; whena <1 a <1a<The corresponding waveform stretches at 1 o'clock. The figure below showssin ⁡ c (t) \sin c\left( t \right)withoutc( t ) The signal is divided by2 n − 1 2n − 1as the independent variable2 nThe factor of 1 changes and the corresponding waveform changes.

image

 

▌Convolution scale change▌


Normally, two signals are convolved, and if the scale is changed for any one of them, there is not much relationship between the obtained result and the original result.

1. Scale properties

But when the two signals undergo the same scale change, the result obtained will have the same scale change between the convolution results of the original two signals. such as:

y ( t ) = x ( t ) ∗ h ( t ) y\left( t \right) = x\left( t \right) * h\left( t \right) and(t)=x(t)h(t)
那么: y ( t 2 ) = 1 2 x ( t 2 ) ∗ h ( t 2 ) y\left( { {t \over 2}} \right) = {1 \over 2}x\left( { {t \over 2}} \right) * h\left( { {t \over 2}} \right) and(2t)=21x(2t)h(2t)

2. Proof

This property can be proved by variable substitution:

3. Examples

For any signal f (t) f\left( t \right)f(t),都有:
f ( t ) = f ( t ) ∗ δ ( t ) f\left( t \right) = f\left( t \right) * \delta \left( t \right) f(t)=f(t)d(t)

那么: f ( t 2 ) ∗ δ ( t 2 ) = f ( t 2 ) ∗ [ 2 δ ( t ) ] = 2 f ( t 2 ) f\left( { {t \over 2}} \right) * \delta \left( { {t \over 2}} \right) = f\left( { {t \over 2}} \right) * \left[ {2\delta \left( t \right)} \right] = 2f\left( { {t \over 2}} \right) f(2t)d(2t)=f(2t)[ 2 d(t)]=2 f(2t)

Guess you like

Origin blog.csdn.net/zhuoqingjoking97298/article/details/115339708