Continued from the previous two questions
Q3: When $f_o$ isn't a multiple of $F_s$ , can $F_s$ still map to $2\pi$?
Answer: $F_s$ always map to $2\pi$ under digital (normalized) frequency domain.
Q4: Can $F_s$ be mapped to multiple of $2\pi$ like $4\pi$, $8\pi$?
Answer:
Some programs (such as MATLAB) that design filters with real-valued coefficients use the Nyquist frequency $\frac{f_s}{2}$ as the normalization constant. The resultant normalized frequency has units of half-cycles/sample or equivalently cycles per 2 samples."
Under this circumstances $F_s$ is mapped to $\pi$ (half-cycles)
Q5: Let $f_o = mF_s$. For $j2\pi$ times an integer mn, Since n has already been an integer, what's the meaning for multiplying another integer m.
Answer: The meaning of the integer m is to stretch the x-axis periodically.


The unit $f_o$ is cycles/sec, thus the normalized freq $\frac{f_o}{f_s}$ set up a relation to $2\pi$ because of "cycles". But $f_s$ is samples/sec, why must it be tied to $2\pi$? Let me modify your example for discussion. For an analog signal given as $$x(t)=\sin(2\pi F t)$$
– Ran Feb 14 '22 at 10:00When sampled at a new sampling interval of $T_snew = 1.1T_s$ , After being sampled is given as: $$x(nT_snew)= \sin\left(\frac{2\pi F*1.1}{F_s}n\right)$$
Why does the unique span always keep unchanged but not from $-1.1\pi$ ~ $1.1\pi$? Where does coefficient 1.1 go? Thanks!
– Ran Feb 14 '22 at 10:01