Suppose to sample a signal $s(t)$ with bandwidth $B$ with a sampling frequency $f_c$. Suppose also that the number of sample collected is $N$ (the duration of the signal acquisition is then $T = \frac{N}{f_c}$).
I would like to have a bigger $N$ (need more data for model identification) but I can change neither $f_c$ nor $T$ due to technological and experimental issues.
I know that $f_c > 2B$. The Nyquist-Shannon theorem guarantees that the frequency information of the signal are preserved after sampling process.
My guess is that if I interpolate the sampled series with a new frequency, say $f_c' = mf_c$ for $m>0$, everything should work fine since $f'_c > f_c > 2B$. In this way, I will get a new number of samples $N' = mN$.
I don't know if this reasoning is good, I feel like performing interpolation is like "cheating", which is something I want to avoid to write in a scientific paper.
Any ideas?