Questions tagged [sampling]
In signal processing, sampling is the reduction of a continuous-domain signal to a discrete-domain signal.
1,171 questions
0 votes
0 answers
73 views
Orthogonality of Finite Samples of a Function and Its Delayed Version
Consider a band limited function $f(x)$ in $L_2(\mathbb{R})$ with frequency support in $[-B,B]$ . For small delays $\delta$ it is straightforward to show that $f(x)$ and $f(x+\delta)$ are not ...
1 vote
1 answer
83 views
Why sampling in frequency domain generates sidebands although those frequencies are not present in signal?
The frequency domain of a signal provides information of all the frequencies that makes up that signal. I am reading about sampling, and I want to understand why sidebands(copies of original spectrum) ...
2 votes
2 answers
164 views
Why does an LTI system not change a signal's sample rate?
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 ...
0 votes
1 answer
149 views
Autocorrelation via FFT
I read through a lot of the already existing posts about autocorrelation via FFT on this forum and elsewhere but I am still confused. Also, I am still not sure whether this is the right place to ask ...
1 vote
1 answer
117 views
HackRF One with gnss-sdr: optimal sampling rate and band-pass filter
I am receiving GPS L1 C/A signal using HackRF One together with gnss-sdr program and trying to set optimal parameters. My ...
0 votes
1 answer
105 views
Bandpass Sampling Conditions Derivation
I’m taking a DSP course, and we covered bandpass sampling (undersampling). I’d like a rigorous derivation of the minimal sampling frequency $f_s$ and the corresponding constraints on the band edges $\...
0 votes
0 answers
48 views
Converting between unit sampling train and discrete sampling
To discretize the impulse train sampling of a function ($x_p(t) = x(t)\sum_{n=-\infty}^{\infty} \delta(t-nT) $) we use $ x_d[n] = x_p(nT) = x(nT) $ (example: slide 7 of https://ocw.mit.edu/courses/res-...
2 votes
0 answers
150 views
Using weighted fill pulses in pulse radar
In the context of pulse radars, I'm wondering exactly why and how so-called "fill pulses" are used. I understand having $N$ fill pulses allow operators to retrieve $N$ echoes within the ...