Skip to main content

How to visualise shifting of a time-reversed signal?

Shifting, reversal and scaling are the common operations we perform on an analog (or) digital signal. In this post, we will see how can we visualize shifted version of a time-reversed signal.

To put it simply, here is what we are gonna do:

Given a signal x(t), how to plot x(-t+1)

Note: If you are already good at this, maybe this post is not for you. You can safely stop reading now. But if you still want to proceed, you are always welcome!!

Before discussing how to plot our signal, let's have a small talk about -

Time Shifting:

For a given x(t), we can say that x(t+1) is a time-shifted signal. In general, we talk about the shifting of the waveform relative to the time axis, and we use the terms "left shift" and "right shift" to denote two types of movements possible for the waveform.

However, we have to note that the terms indicate only half the story. There is an underlying assumption for these to work, which is the direction of the time axis (or whatever the quantity we have in the x-axis) i.e., these "left" and "right" notations work only when the axis is running from left to right!

So, if we have to define a broader definition, we can say:

"signal is shifted towards positive t-axis" instead of "signal is shifted towards right", and

"signal is shifted towards negative t-axis" instead of "signal is shifted towards left".

Okay, that's enough intro; let's go and get our waveform.

Plotting x(-t+1):

First, consider an arbitrary signal x(t) such as shown below:


 

If we time-reverse our signal, we get x(-t), and it looks like this:

Now, just make a simple substitution: let's say η = -t.

Then our x(-t) becomes x(η)!

So, it looks like this:


Looks good right? 

NOO..!!

The direction of the axis was not changed! When we say that η = -t, means the positive t-axis becomes the negative η axis, and vice versa...

So, our x(η) should look like this:


Now, now, now, we are almost done.

So, what do we want? x(-t+1)

What is our signal in terms of η? x(η+1)

But what is x(η+1)? A left-shifted signal of x(η) right?

Yeah, absolutely. But what does left shifting actually means? Moving towards the negative direction of the axis, i.e., shifting towards theaxis..!

Ta-da! There we are, and our target signal, x(-t+1) (or) x(η+1), looks like this:

That's how we can think about shifting a reversed signal.

Of course, this seems a bit lengthy procedure, but at least this can help in the initial stages till we develop an intuition for it.

Yup, that's it. You can leave the page now.

Or...

Hey, thank you for reading! Means a lot. Feel free to share your views (or) point out any mistakes in the comments, and help us all get the 'Eternal Thing'!


Comments

Popular posts from this blog

Top 5 take aways from "Linux 101 Hacks" - The Bloggers League 2022

  Author: Rama Subrahmanyam Hello, how are you doing..?         We all know that Windows is a super cute-looking OS, but software people will connect to Linux; It offers much flexibility with file management, and plus, it's open-source too..!         So, the book - Linux 101 Hacks, is a nice intro for beginners, by Ramesh Natarajan . Having said that, we look at the top 5 hacks from the book. It is a free e-book, and you can download it here . 1. 'alias' for most used commands:-     There will be commands that are used repeatedly, for which we can have a shortcut using an alias. For example, for cd commands, we can have            alias cd1="cd .."           alias cd2="cd ../.."           alias cd3="cd ../../.."           alias cd4="cd ../../../.."           alias cd5="cd ../../.....

Bye-bye strict timetables...! - The Bloggers League 2022

     Author: Rama Subrahmanyam (ramasubrahmanyam.m@gmail.com) When we are planning for multi-tasking, we divide our time and allocate it for each task. That is a great thing, as it gives a chance for incremental growth, eventually getting compounded...      Scheduling makes us punctual; sometimes forces us to be punctual if someone is counting on us, say an examination, office meeting, so on...      Besides strict things, some activities should happen at planned times, like sports, gym, etc. But, we still have things, that can be done in our free time - say reading books, solving puzzles, or learning something of our passion. Should we also maintain the timetable in those cases...? Well, may not be that necessary... We get used to a task at the same time if we have a strict timetable; In a way, can also affect our peace... Suppose due to urgent work, we missed a task      -  We may develop a bad feeling,    ...

How can we become narrow-minded people without realising it?

In science, whenever we observe a novel event, we start sharpening our brains to decode it. We make a couple more observations related to that event, and try to get a reason for it. It was also the same with the previous generation of scientists. They observed various new phenomena and they gathered as much information as possible to get the accurate reason behind them. But there was a problem with the human mind. In the past days, when there was limited information at hand and more time was required for getting new information, scientists had to make the best possible theories (i.e., explanations) with whatever data was available. It was like a competition, where the scientist with the best theory would win. This "winner" scientist, should be able to explain the data from future experiments with the theory. Consider that, a new experiment happened later, but the results were not explained by the theory of our scientist, then the theory was to be changed, and again the compet...