Most Popular
1500 questions
7
votes
2 answers
What are the advantages and disadvantages of Kalman filter compared with FIR, IIR and low pass filter to filter data with noise?
It is known that the Kalman filter can filter the data with noise. I also find it works well after using it compared with FIR, low pass filter,etc. Now, I have a couple of questions about the advantages and disadvantages of the Kalman filter…
marcus zhang
- 95
- 1
- 4
7
votes
1 answer
DC bias from ADC in frequency detection scenarios
In real-world applications where a frequency or multiple frequencies need to be detected from a digital signal that comes from an analog-to-digital converter (ADC), what are the typical 0 Hz (direct current, DC) bias levels in the digital signal in…
Olli Niemitalo
- 13,491
- 1
- 33
- 61
7
votes
0 answers
Efficient Convolution Without I/O Delay (Gardner 1995) implementation
I am trying to perform real-time convolution on an audio stream using a fairly large FIR for convolutional reverb.
I found a great paper explaining how to do just that: Gardner, 1995. But, I'm new to this field and I'm still confused about some of…
QuinnF
- 171
- 1
7
votes
4 answers
Examples where non-linear phase filters are used
I stumbled apon this old question:
Why is a linear phase important?
There the explanation of why linear-phase processing (filtering) is important is very clear. Also the effects on waveforms due to linear and non-linear phase processing are very…
Todor Petkov
- 71
- 2
7
votes
4 answers
Why do we have to rearrange a vector and shift the zero point to the first index, in preparation for an FFT?
I am trying to learn how to implement the FFT as a way to approximate the continuous-time Fourier transform, and as a "nice easy example" I have chosen to test it with a simple Gaussian pulse in the time domain, given by
$$
x(t) = A \exp…
teeeeee
- 681
- 6
- 17
7
votes
1 answer
2nd Order Type 2 PLL for Tracking Frequency Error
This is a "DSP Puzzle", Please preface your answer with spoiler notation by typing the following two characters first ">!" as the intention is for readers to think through what the solution might be first (the ones that want to participate, others…
Dan Boschen
- 50,942
- 2
- 57
- 135
7
votes
1 answer
Fundamental questions about state-space and Kalman filters
I am a dsp guy, I only did a minimum of control theory back in university. While trying to grok state space analysis and (discrete time) regular Kalman filters, I am hitting a few questions that google/wikipedia/my book on control theory is unable…
Knut Inge
- 3,384
- 1
- 8
- 13
7
votes
3 answers
Determining Toy Helicopter Orientation From Image
I am working on developing an autonomous control system for toy IR remote-controlled helicopters (like the Syma s107, for example) using a webcam and an Arduino with some IR LEDs. I am using C++ with OpenCV on a laptop running at about 2Ghz and I…
user1960177
7
votes
2 answers
Is the Laplace transform a special case of Fourier transform? (Not the other way around)
Always had a thought about why Laplace transform reveals the transient properties of the system?
My doubt is based on the following fact,
Fourier transform is given as
\begin{equation}
\mathscr{F}\left\lbrace f(t)\right\rbrace =…
abhilash
- 460
- 6
- 12
7
votes
1 answer
How to mix two signals without changing the overall loudness?
I have two audio signals that I want to mix at various mixing ratios. Initially, I simply went for something like
$y(t) = \alpha \cdot x_1(t) + (1-\alpha) \cdot x_2(t)$
where $\alpha$ is the ratio between zero and one and $x_1$ and $x_2$ are the two…
bastibe
- 215
- 2
- 6
7
votes
5 answers
Vertical lines noise in spectrogram
I have started looking into DSP and made an implementation of short-time fourier transform, using kissFFT to perform the FFT. I then render a spectrogram.
An example image that I have generated can be seen below. On top is the spectrogram of a music…
Advecticity
- 141
- 1
- 6
7
votes
1 answer
White Road Sign Detection
Possible Duplicate:
How to extract traffic signs from a photograph?
I am working on a project which involves detecting north american speed signs (black/white) using a 720p HD camera. My problem is that I cannot seem to figure out how to classify…
RaaziR
- 71
- 3
7
votes
2 answers
FIR design : compute coefficients for the same frequency response at another sampling frequency
I would like to know if there's a standard way to obtain the FIR coefficients for a sampling frequency $F'$ when the coefficients are for a sampling frequency $F$.
I would like to implement the filter described in ITU R BS.1770-3
(the oversampling…
audionuma
- 277
- 4
- 11
7
votes
2 answers
Circular and Linear Convolution
What is the difference between circular and linear convolution? When would I choose one over the other? In image processing where a filter is applied to an image with a mask which type of convolution should I choose?
Juan
- 173
- 1
- 4
7
votes
3 answers
Why do we integrate the modulating function in FM?
I've been reading about FM and I keep coming to an expression, where the instantaneous phase
$$\Theta=2\pi f_it+\phi\text, \tag1$$ where
$$f_i=f_c+k_fm(t)\text,\tag2$$
($f_c$ being the base carrier frequency and $k_f$ being some proportionality…
Ivan
- 195
- 6