문제

I know this might be too easy to be a question... but I can't get why sin(0.2*x + pi) is aperiodic?..

I tried to plot this in matlab and that's what I got:

Matlab sin wave

That should be periodic right? Instead in "Schaum's Outline of Digital Signal Processing" book it says it's aperiodic

Solution of Schaum's Outline book

도움이 되었습니까?

해결책

The function f(x) = sin(pi + 0.2*x) is periodic.

The sequence sin(pi + 0.2*n) where n=0, 1, ... is not periodic.

다른 팁

sin(0.2*x + pi), x in R (i.e. x - real) is periodic, as we could find such x0 that sin(0.2*x + pi) = sin(0.2*(x + x0) + pi)

sin(0.2*x + pi), x in N_0 (i.e. x - natural and zero) is not periodic. You've provided exactly the proof of that fact in page screenshot.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top