Skip to main content

Questions tagged [delay]

2 votes
2 answers
217 views

The sliding DFT, as shown here, appears with what appears to be the following formulation: $$Y[k] = e^{j2\pi\frac{k}{N}}\left(X[k] + a - x[N-1] \tag{1}\right)$$ The delay formulation https://dsp....
Krupip's user avatar
  • 133
2 votes
1 answer
128 views

Let's say i have a signal with about 300 symbols for initial preamble and 50 symbols for the mini-preamble that comes after every data frame, data frame of 200 symbols per frame. The frame structure ...
rrpv's user avatar
  • 89
0 votes
0 answers
20 views

Consider the following approach for de-rating proportional feedback gains to account for a measurement delay by controlling a future-projected response: In practice, I've found this works pretty well ...
user3716267's user avatar
1 vote
1 answer
121 views

Let $D_{\tau}$ be the delay operator, $T$ be the differentiation operator, and $x(t): \mathbb{R} \to \mathbb{R}$. Then $D_{\tau} x(t) = x(t-T)$ and $Tx(t) = x'(t)$. To check commutativity, we want to ...
amrit 's user avatar
  • 13
1 vote
1 answer
58 views

I have performed a cross-correlation analysis using scipy.signal.correlate to determine the phaseshift (time delay) between two sine waves that I have recorded with a 180MHz digitizer. To increase the ...
Noah's user avatar
  • 11
0 votes
1 answer
63 views

Let's consider the following filter $$y[n]=\frac{1}{3}(u[n-2]+u[n-1]+u[n])$$ and $M=3$, $k=\overline{0,2}$ with $$u[n]=\sin\left(\frac{\pi}{10}n\right)+\sin\left(\frac{\pi}{4}n\right)+\sin\left(\frac{...
danciulian's user avatar
0 votes
0 answers
52 views

I am recording videos using multiple raspberry pis. Some videos are sampled at 30Hz, others at 90Hz and they start at different times. On each frame I also record digital inputs for offline ...
baca's user avatar
  • 101
2 votes
0 answers
95 views

Introduction - Context I am trying to implement some truncated/windowed $\operatorname{sinc}(\cdot)$ fractional delay. I have managed to get “correct” results (compared to an implementation known to ...
user avatar
1 vote
2 answers
79 views

Trying to understand what Fourier transform does. In my understanding, if there is a discrete signal $f_k$ where $k$ is an integer sample index ranging from $-\infty < k < \infty$, Fourier ...
mon's user avatar
  • 183
2 votes
0 answers
29 views

Suppose my signal model is: $$ \mathbf{y} = D(\tau_1) \mathbf{x}_1 + D(\tau_2) \mathbf{x}_2 $$ where $D(\tau)$ is a delay matrix that shifts a signal by $\tau$ samples. $\mathbf{x}_1$ and $\mathbf{x}...
DangerousTim's user avatar
0 votes
1 answer
82 views

I am attaching two sensors on a body that I would like to investigate for defects. I am creating an impulse response on the first sensor by hitting the bolt that it is fastened by with a sharp object ...
Tino D's user avatar
  • 103
2 votes
2 answers
210 views

How do you interpret the sign (positive, negative or zero) of the phase spectrum of: 1)a digital filter (the phase spectrum of its frequency response aka phase response of the filter). 2)a signal in ...
Alessandro Ghilardi's user avatar
0 votes
2 answers
191 views

I'm writing a simple "audio delay effect", with feedback (the closer FEEDBACK from 1, the more the repetitions ...
logijaz's user avatar
0 votes
1 answer
718 views

I need to apply a phase ramp in the frequency domain to a signal in order to apply a delay to it in the time/digital domain. However, I am confused by the fact that if I convert the phase ramp into ...
Albert's user avatar
  • 41
2 votes
3 answers
850 views

I am studying a 1D beamforming for wide-band signals, so that applying only phase weights to each individual antenna would steer the beam for the central frequency. For other frequencies the steering ...
Albert's user avatar
  • 41

15 30 50 per page
1
2 3 4 5
11