Questions tagged [polyphase]
The polyphase tag has no summary.
53 questions
1 vote
0 answers
54 views
Measurement of interferrance from adjacent channels in an oversampled polyphase channeliser
I am currently working on an oversampled polyphase channelizer receiver. The input signal contains M channels, each centered at a frequency Fc, and the input is sampled at a frequency Fs. For the sake ...
1 vote
0 answers
68 views
parallel polyphase interpolation filter
I am designing a QPSK trasmitter targeting FPGA. I need to design a shaping filter (SRRC). I know understand that I should do that using upsampling and interpolation. The DAC sampling rate is 5GHz. ...
2 votes
0 answers
78 views
Understanding Frequency Shifts in Polyphase Filterbanks
I'm currently reading this paper on polyphase filterbanks: 📄 Polyphase Filterbanks I'm trying to wrap my head around Equations (38) and (39): $$ \begin{aligned} Y(k, n_0) &= \sum_{p=0}^{P-1} y_p(...
3 votes
2 answers
219 views
how to debug this biquad IIR filter that uses polyphase decimation?
I am trying to debug an implementation of a polyphase decimated biquad IIR filter. The difference equation for this filter is $y_{(\downarrow L)}[i] = y[iL] = \displaystyle\sum^{L-1}_{l=0} \left( \...
2 votes
1 answer
451 views
Maximally Decimated Polyphase Channelizer Help
I'm hoping someone can help me with this maximally decimated polyphase channelizer I've coded up. This is based on the fitler_ten_a code from the book "Multirate Signal Processing for ...
0 votes
1 answer
238 views
Filter length in maximally decimated polyphase channelizer
I would like to know whether there is a condition in selecting the number of channels $M$ and filter length $N$. As of now I am trying to design a channelizer where the data length $M$ is much less ...
0 votes
1 answer
253 views
Why are polyphase codes doppler tolerant in comparison to bi-phase codes?
What is the logical reason behind this? Why are P1,P2, P3, P4 codes unaffected by doppler shifts?
3 votes
0 answers
99 views
Half-band IIR filter design with cascaded allpass structure
I am trying to design a simple half-band complementary filter bank following this paper. I don't have a Matlab license at the moment, so I am trying to implement it in Python, but I'm running into ...