Ive been studying some signals recently (and will probably continue this for a while as I'm drawn to it) and came across this:
To avoid aliasing when defining a decaying sinusoid such as x(t) = cos( w*t +b)* exp(-at) choose deltaT = pi/ (4*sqrt(a^2+w^2))
They quoted an example and said to verify this rule by plotting the following function with the following interval: x(t) exp(-.1*t).*cos(pi.*t) Intervals of .1,.5,1.5,2.
The computed minimum time interval was .2499 ~ .25
So I expected to see aliasing on steps of .5 , 1.5, and 2
Here is my output...should I have seen aliasing at .5? I don't see aliasing of the signal at all. I plotted it out to t=200, and even at an amplitude of 10^-8, it still looked fine. Clearly steps of 1.5 and 2 are just too big and completely alter the signal.
Anyone understand what I don't see? I'd love to understand why the minimum step is calculated as .25, yet I'm looking fine at steps of .5
To avoid aliasing when defining a decaying sinusoid such as x(t) = cos( w*t +b)* exp(-at) choose deltaT = pi/ (4*sqrt(a^2+w^2))
They quoted an example and said to verify this rule by plotting the following function with the following interval: x(t) exp(-.1*t).*cos(pi.*t) Intervals of .1,.5,1.5,2.
The computed minimum time interval was .2499 ~ .25
So I expected to see aliasing on steps of .5 , 1.5, and 2
Here is my output...should I have seen aliasing at .5? I don't see aliasing of the signal at all. I plotted it out to t=200, and even at an amplitude of 10^-8, it still looked fine. Clearly steps of 1.5 and 2 are just too big and completely alter the signal.

Anyone understand what I don't see? I'd love to understand why the minimum step is calculated as .25, yet I'm looking fine at steps of .5