I am taking a DSP course, and I want to understand the motivation behind a definition:
$x(t)$ is sampled by C/D at time intervals of $T_s$. We get the sampled signal $x[n]$ and it is fed into a discrete-time LTI system $G_d(e^{j\omega})$ which outputs $y[n]$.
I wanted to understand why we define the output of the D\Ch (discrete to an impulse chain/train converter) the way it appears in the photo above ($y_s(t)=\sum_{n=-\infty}^\infty y[n]\delta(t-nT_s)$). I understand that D\Ch's purpose is to create an impulse continuous impulse chain, so we have to give each delta its appropriate "height" $y[n]$. I also didn't understand why we take $T_s$ to multiply $n$ in $\delta(t-nT_s)$, not just $n$, for example, but my reasoning was that we must place the deltas at the corresponding times to the sample time of the signal that enters the D/Ch. So then I asked myself, what is the sample time of $y[n]$?
If there were no $G_d(e^{j\omega})$ it is clear that the sample time remains the same, and in order to construct a continuous impulse chain from $x[n]$, we have to take $x[n]$ and multiply it by the delta that "sits" in the corresponding time which is $nTs$ because the sampling rate hasn't changed.
So my question is - how do we know that the sample rate of $y[n]$ remains the same as $x[n]$'s? I think that it is the same question as asking why an LTI system does not change the sample rate of a signal that is passing through it.
Is it because there is no action is carried out on the $n$ in the LTI system? If we look at an Interpolator L then its output for an input $x[n]$ is the same as if we had sampled the signal $x(t)$ at times $T_s/L$. But here there is nothing of this sort - the LTI system doesn't change the "n axis".
If we denote an LTI system $H(e^{j\omega})$, The output of that system is $y(e^{j\omega})=x(e^{j\omega})H(e^{j\omega})$. So we see that the LTI doesn't move the signal or stretch/squeeze (in the omega axis), it can only change the amplitude or phase - an LTi system can't move a certain frequency to another one, only change the amplitude and phase at that $\omega$.
In contrast, a decimator/interpolator stretches the signal in the omega axis/moves the signal in the $\omega$ domain.
Is this the explanation?
I would be grateful if someone could help me clarify this point. I know it is very basic, but I find that by asking these silly kinds of questions, I see whether I understand every step in the way...
