Harman Patil (Editor)

Motions in the time frequency distribution

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Motions in the time-frequency distribution

Several techniques can be used to move signals in the time-frequency distribution. Similar to computer graphic techniques, signals can be subjected to horizontal shifting, vertical shifting, dilation (scaling), shearing, and rotation. These techniques can help to save the bandwidth with proper motions apply on the signals. Moreover, filters with proper motion transformation can save the hardware cost without additional filters.

Contents

The following examples assume time in the horizontal axis versus frequency in the vertical axis. As a coincident, the following transformations happen to have the motion properties in the time-frequency distribution.

Shifting

Shifting on time axis is like horizontal shifting in time-frequency distribution. On another hand, shifting on the frequency axis would be vertical shifting in time-frequency distribution.

Horizontal shifting

If t0 is greater than 0, we would be shifting the signal to the right on time axis. (negative would be left)

STFT, Gabor:

x ( t t 0 ) S x ( t t 0 , f ) e j 2 π f t 0

WDF:

x ( t t 0 ) W x ( t t 0 , f )

Vertical shifting

If f0 is greater than 0, we would be shifting the signal to the upward on frequency axis. (negative would be downward)

STFT, Gabor:

e j 2 π f 0 t x ( t ) S x ( t , f f 0 )

WDF:

e j 2 π f 0 t x ( t ) W x ( t , f f 0 )

This results in an amplitude modulation signal. This sort of shift is also used in a frequency extender. This sort of shift is also used in most bat detectors.

Such an effect is typically implemented using heterodyning

Dilation

Dilation is like doing scaling on one of the axis and area is the same after the process. When a > 1, it's expanding on time axis, and narrowing on frequency axis ;vice versa when a < 1.

STFT, Gabor:

1 | a | x ( t a ) →≈ S x ( t a , a f )

WDF:

1 | a | x ( t a ) W x ( t a , a f )

When this kind of dilation is applied to audio, it causes a chipmunk effect.

time stretching

Time stretching is doing scaling only on the time axis, leaving frequencies the same. When a < 1 (the most common case), it's narrowing on the time axis, reducing the area.

STFT, Gabor:

S x ( a t , f )

WDF:

W x ( a t , f )

Shearing

Shearing by definition is moving the side of the signal on one direction. Vertical and Horizontal shearing is introduced here.

On Vertical axis only (frequency)

It's shearing on frequency axis, since this only changes the phase.

x ( t ) = e j π a t 2 y ( t )

STFT, Gabor:

S x ( t , f ) S y ( t , f a t )

WDF:

W x ( t , f ) = W y ( t , f a t )

On Horizontal axis only (time)

It's shearing on time axis, since this only changes the time.

x ( t ) = e j π t 2 a y ( t )

STFT, Gabor:

S x ( t , f ) S y ( t a f , f )

WDF:

W x ( t , f ) = W y ( t a f , f )

Rotation

Many transforms has the property of rotations, like Gabor-Wigner, Ambiguity function (counterclockwise), modified Wigner, Cohen's class distribution.

STFT, Gabor, and WDF is introduced in here.

Clockwise rotation by 90 degrees

By switching the time and negative frequency to frequency and time would act like rotating 90 degrees clockwise.

X ( f ) = F T ( x ( t ) )

STFT:

| S X ( t , f ) | | S x ( f , t ) |

Gabor:

G X ( t , f ) = G x ( f , t ) e j 2 π f t

WDF:

W X ( t , f ) = W x ( f , t )

Counterclockwise rotation by 90 degrees

By switching the negative time and frequency to frequency and time would act like rotating 90 degrees counterclockwise.

If X ( f ) = I F T [ x ( t ) ] = x ( t ) e j 2 π f t d t , then

W X ( t , f ) = W x ( f , t ) G X ( t , f ) = G x ( f , t ) e j 2 π t f

Rotation by 180 degrees

Changing the sign of both time and frequency would be like flipping twice on both axis, and it ends up like doing 180 degrees rotation.

If X ( f ) = x ( t ) , then

W X ( t , f ) = W x ( t , f ) G X ( t , f ) = G x ( t , f )

Example

If we want the left image to become the right image, we can use the techniques from above to achieve the requirement.

There are several ways to solve this problem, this is one of the possible solutions.

First, we apply clockwise rotation of 90 degree by using one of the transform.

STFT:

| S X ( t , f ) | | S x ( f , t ) |

Gabor:

G X ( t , f ) = G x ( f , t ) e j 2 π f t

WDF:

W X ( t , f ) = W x ( f , t )

Second, we set a = 1/3, and perform a horizontal shearing on t-axis.

STFT, Gabor:

S x ( t , f ) S y ( t 1 3 f , f )

WDF:

W x ( t , f ) = W y ( t 1 3 f , f )

Third, we shift the signal 2 to the right on t-axis by setting t0 = 2

STFT, Gabor:

x ( t t 0 ) S x ( t 2 , f ) e j 2 π f t 0

WDF:

x ( t t 0 ) W x ( t 2 , f )

Finally, we shift the signal 1 to the left on f-axis by setting f0 = -1

STFT, Gabor:

e j 2 π f 0 t x ( t ) S x ( t , f + 1 )

WDF:

e j 2 π f 0 t x ( t ) W x ( t , f + 1 )

Applications

As mentioned in the introduction, the above techniques can be used to save the bandwidth or the filter cost.

Assume the signal look like this.

.

The dashed box is the filter, and the area of the dashed box would be the bandwidth required.

After some operations like the above example, the signal turn into the position like this.

As a result, the bandwidth was saved, since the area became smaller. Moreover, only a lowpass filter is required to recover the signal, instead of a bandpass filter.

References

Motions in the time-frequency distribution Wikipedia