Linked Questions
17 questions linked to/from Difference between frequency sampling and windowing method
15 votes
3 answers
2k views
Mapping of Classic Filters for Digital Filter Design
Of the four classic analog filter types: Butterworth, Chebyshev, Elliptic and Bessel- are any of these relegated to obsolescence for purposes of digital filter design in comparison to optimized ...
6 votes
3 answers
14k views
Difference Between Equiripple & Least Squares Design for FIR Digital Filters
For an efficient and optimized digital FIR filter design, there are two methods available broadly, Equiripple filter design & Least Squares filter design. A general method for designing a filter ...
2 votes
6 answers
2k views
Why does the frequency sampling method for FIR filter design operate in this manner?
I'm studying FIR filter design and it's time for the frequency sampling method, my teacher said that to use this method you need to follow the following steps: Sample the periodic frequency response ...
-1 votes
1 answer
5k views
Aliasing after downsampling [duplicate]
Let me start with time domain representation of the original signal \begin{equation} x_n=\sum_{k=0}^{2N-1}X_ke^{j\frac{2\pi nk}{2N}} \end{equation} where $2N$ is number of time/frequency samples ...
3 votes
4 answers
2k views
Why construct a minimum phase filter from measurements?
Sorry if this is a trivial question, but I am not doing signal processing everyday. I will try to express what I think I have understood as best as possible. Suppose I apply a (linear) sweep signal to ...
2 votes
4 answers
905 views
why we do pure delay to make causal fir filter?
Sometimes, we met Non-causal FIR filter problem like this picture left is ifft of frequency response and right is time shifted fir filter to be causal filter in noise cancellation problem, delay is ...
0 votes
2 answers
2k views
Sine Wave Aliasing during IFFT
I’’m synthesising a simple sine wave using the IFFT. I’m controlling the pitch of the sine wave by controlling the bin number and the phase for that bin number. I’ve synthesised an F whose ...
0 votes
2 answers
1k views
Valid approach to implementing a band pass filter
Suppose I want to perform Spectral shaping on a signal, i.e, modify the gains in a band of frequencies. Would there be any difference if I do that using the following two methods? - Use a band pass ...
1 vote
1 answer
488 views
FIR filter design using DFT matrix inversion
In my previous question I use a system identification case as an example. Here I came across another question. I want to design a FIR filter of length $L$ to equalize an LTI system whose impulse ...
0 votes
0 answers
472 views
Frequency filtering in the frequency domain vs. time domain
As a DSP newbie, I've stumbled into doing band pass filtering (of pre-recorded IQ data) in the frequency domain - which allows brick wall filtering (I'm just setting the IQ values of each consecutive ...
1 vote
2 answers
382 views
Using the Dirichlet kernel as a lowpass filter
I have a question about using the Dirichlet kernel as a filter. Let us suppose that I have samples of a continuous function sampled with frequency $F_s=10 \,\texttt{Hz}$. The function is band-limited ...
0 votes
1 answer
446 views
Impulse response measurement : practical questions
To measure system impulse response I can do the following steps : system input : it is excited with an excitation signal having a duration t_exc with a bandwidth bw_exc (for example sine linear sweep) ...
2 votes
1 answer
306 views
Can time aliasing cause peaks?
For the following I use the terms “time domain signal” and “frequency domain signal” as a Fourier Transform pair. The question is for generalized cases of continuous-time signals that once sampled in ...
1 vote
1 answer
110 views
Analytic solution for non-flat filter design
I'm trying to write an accelerometer calibration script that uses filters to convert from volts into $m/s^2$. As accelerometers tend to have non-flat response curves, this means I have to design a ...
0 votes
1 answer
71 views
What happens to output signal if the filter has a large time delay
I am practicing FIR filter design using the frequency equivalence method. I have designed a lowpass filter with order 20000 with passband 0 - 250 Hz. I send the signal $x(t) = \sin(2\pi t) + \sin(300 \...