$$x[n]=2\sin\left(0.2\pi n-\frac{\pi}{2}\right)+4\cos(0.5\pi n-\pi)+\cos(0.8\pi n)$$ This signal is the result of sampling $x(t)$ with a frequency of 40Hz.
I have to see if this frequency can reconstruct the signal without aliasing. I understand that to verify this, we need $\omega_s > 2 \omega_{\max}$.
From $x[t]$ I get this data:
$\Omega_0=0.1\pi$ rad/s
$N=20$ s
$\omega_0=4\pi$ rad/s
In the resolution that I'm following I have that $\omega_s>2\cdot8\cdot4\pi$ so $\omega_{\max}=8\times4\pi$.
This is what I don't understand:
Why is $\omega_s>2\times8\times4\pi$?
Where does that $8$ come from?
Can someone clarify me this situation?