Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform

Sponsor

Industry's highest performing at the lowest power DSPs now as low as $5.00*
Start development today!
*volume pricing for 10ku

Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Discussion Groups > Polyphase

Comp.dsp is a worldwide Usenet news group that is used to discuss various aspects of digital signal processing.

We found 287 threads matching "polyphase"

You are looking at page 1 of 8.

The most relevant threads are listed first

Polyphase FIR interpolation filter

kungcoccos - 2007-11-20 06:46:00
Hello! Im looking for a simple matlab code that illustrates an interpolation using polyphase implementation. I need this to understand the purpose with the polyphase structure. Maybe anyone knows some sources also? Thanks in advance ...Polyphase FIR interpolation filter

Questions regarding polyphase filter

bcarmaint - 2009-03-02 15:22:00
I am try to get a better understand of polyphae filter. There are several questions I wonder if I can get some help: 1) Relationship of polyphase filter and Different signal interpolation/decimation methods. One thing I am a bit confused about is the relationship between different curve fitting t...Questions regarding polyphase filter

polyphase filtering

jithin_manesh@yahoo.com - 2004-05-26 00:20:00
hi.. This is my 1st mail to this group. I am trying to do a polyphase filter bank in dsp and thn get it into FPGA.. this is not for decimation or interpolation. This is mainly done for radio telescope back end in which we need 4 or 8 small channels from a big IF coming in. Can any one help me t...polyphase filtering

Polyphase filter questions

2007-03-12 11:07:00
Hi, Hoping some of you experts can shine some light on the following regarding polyphase filtering 1...I created a polyphase FIR interpolator, sampling frequency is upsampled by 10 from 10KHz to 100KHz. It works fine and I get the required frequencies output on the scope. I notice however, ...Polyphase filter questions

Polyphase FFT Filter bank

schadenfreud - 2008-08-14 14:31:00
Hi, I would appreciate if someone could help me by advising me on the implementation of a polyphase FFT filter bank on a FPGA. I understand the basic fundamentals & computationally-efficient/improved side-lobe rejection advantages of polyphase fft filter banks. My implementation is based on a p...Polyphase FFT Filter bank

Re: Polyphase decimation filter, is it only a mathematical gimmick?

Jerry Wolf - 2006-05-16 09:24:00
Yes. The polyphase technique is a way of achieving the same output with a reduced number of arithmetic operations. ...Re: Polyphase decimation filter, is it only a mathematical gimmick?

polyphase channelizer

Riddhi - 2006-10-10 19:59:00
hi all, I'm trying to build a polyphase channelizer in matlab using a prototype filter(sqrt nyquist) as my school project. Can anyone please explain this concept more precisely to me and what are the important things I should consider when implementing. Thank You. Riddhi ...polyphase channelizer

Regarding polyphase IIR filter.

venkat - 2007-01-15 06:13:00
Dear All, Iam working subband acoustic echo cancellation.In that for subbanding the input signal i used polyphase IIR filter.I searched in net for polyphase IIr filter design.I got some techinical documents related to polyphase IIr filter, I mentioned important links related to do...Regarding polyphase IIR filter.

High pass polyphase filter

Piergiorgio Sartor - 2009-06-30 14:18:00
Hi all, I'm trying to design an high pass polyphase filter. The approach is to take the 5 tap high pass FIR, oversample it by a factor N (usually 128 or 256), then subsample it again into the different phases. The oversampling was done by polynomial interpolation and by zero-padding and ...High pass polyphase filter

polyphase filterbank

Andrew Xiang - 2003-09-21 12:25:00
Does any have an efficient implementation of polyphase filterbank in C? M=32 thanks Andrew ...polyphase filterbank

regarding polyphase IIR filter.

ch.venkat - 2007-01-15 07:51:00
Dear All, This is the my first mail to post our group.Iam working on subband acoustic echo cancellation.In that for subbanding the input signal 2 path polyphase IIR filter is used.I searched for polyphase IIR filter design in net I got some techginical documents.In those documents one doc...regarding polyphase IIR filter.

Group Delay of Polyphase FIR filters

dghosh - 2004-06-10 11:54:00
Could anyone explain or point me to any literature that explains how to compute the group delays of polyphase FIR filters used for decimation and interpolation? For example if an FIR filter with (N*L) coefficients is implemented as L polyphase filters each with N coefficients, what is the grou...Group Delay of Polyphase FIR filters

Polyphase FFT

Alberto - 2005-11-01 17:42:00
I have a few programs that compute and display a running waterfall of an audio signal input to the PC sound card. The waterfall is computed via ordinary FFTs up to 1048576 points for the highest resolution settings. Recently I have seen a similar program that uses polyphase FFTs and it has a sp...Polyphase FFT

Polyphase FIR implementation

Piergiorgio Sartor - 2005-06-28 15:54:00
Hi, does anyone know if there is any reference code which implements a generic polyphase FIR resampler (up/down scaler), using Altivec instruction set? I searched the web (as usual), but I could not find anything really usefull, actully I did not find anything at all. Also non-obvious se...Polyphase FIR implementation

Fractional decimation

tharris00 - 2009-03-01 17:41:00
Hello, I've been studying polyphase decomposition, decimation, interpolation and fractional decimation. I think I have a handle on what I'm doing, but there's one thing I don't understand... Do you have to have greater than an L*Mth order filter in order to use polyphase decomposition to put t...Fractional decimation

Polyphase Filterbanks for Symbol Timing Synchronization

mir_aculous - 2010-11-23 08:34:00
Hi, I am currently reading fred harris' papers mentioned below to implement a timing synchronization in my software DSSS receiver. A. Loop Control Architectures for Symbol Timing Synchronization in Sampled Data Receivers B. Polyphase Fitlerbanks for Symbol Timing Synchronization in Sampled Data...Polyphase Filterbanks for Symbol Timing Synchronization

Polyphase resampler jitter?

gct - 2008-10-21 21:50:00
I've got a polyphase resampler that I've built, and I'm noticing a lot of jitter in the output power spectrum that I'm having a hard time tracking down. First a little about the resampler: It's designed so that the user provides an input signal, up/down values and a filter response, the program th...Polyphase resampler jitter?

Fractional Resampling WCDMA gives noise

DSPWirelessGuy - 2011-07-29 08:20:00
Dear all, I will be grateful if I can get some light on this. I have Tx Data upsampled from 3.84MHz to 12 MHz (@3.125X. On the Tx side I use a nice RRC filter to perform interpolation and upsample using Matlab inbuild polyphase filter to generate Test vectors. Problem is , on the receive...Fractional Resampling WCDMA gives noise

clocks used in polyphase interpolation scheme

chivak - 2008-07-18 18:10:00
Greetings, I am trying to understand how the clock domains work during interpolation using the polyphase structure. Does one use 2 different clocks during implementation(lets say an interpolate by 2 FIR filter). One at the input and one at the output which is 2x the input clock. IS th...clocks used in polyphase interpolation scheme

Polyphase interpolation on an image with real value only

ralph - 2004-07-05 11:57:00
Hi all, I encounter some "problem" while using polyphase filter for interpolation. I have implemented a 8 zero crossing with upsampling of L=32. The image I used are a simulated image with 4 sinc impulse response near the four corner. All pixels values are positive. While performing ...Polyphase interpolation on an image with real value only

Re: Where can I find comparision between symmetric and asymmetric TAP FIR filters?

Fred Marshall - 2008-12-11 13:14:00
clay@claysturner.com wrote: > On Dec 10, 1:53 pm, Rune Allnor wrote: > > On 10 Des, 19:41, vijay wrote: > > > > > Newbie Here. > > > > > I have been told that and we normally go for 3,5,7,9 Tap poly phase > > > filters for image processing.... and 4,6,8 Tap filters should not be ...Re: Where can I find comparision between symmetric and asymmetric TAP FIR filters?

Scaling of fir polyphase filters

mitrobge - 2008-06-26 07:19:00
In a FIR filter the scaling of the input in order to avoid overflow at the output can be specified by using the 1st norm of the vector of coefficients. ymax=xmax*scaling*norm_1 for xmax=ymax=1 scaling=1/norm_1 How to use this relation in a multistage interpolator with polyphase decomposition...Scaling of fir polyphase filters

VHDL source code for polyphase filter

mans - 2007-04-18 17:20:00
Hello, Where can I find the VHDL ( or verilog) source code for polyphase filter? Is there any free implementation around? Regards ...VHDL source code for polyphase filter

why do we need Polyphase decimatation filter?

mary1234567 - 2006-02-05 10:00:00
I did a decimator FIR filter simply by doing the convolution only once every M' input sample. for example M=3: feed x0,feed x1, feed x2, convolution, feed x3,feed x4, feed x5, convolution, feed x6,.... Then I find many people talk about polyphase decimation filter, I wonder if it is more effi...why do we need Polyphase decimatation filter?

Polyphase Filter

mishrask - 2012-03-18 13:35:00
Hi , I am designing a polyphase filter in HW, which will do a sample rate upconversion by a factor of 1.25 on the incoming data.It is implemented as a upsampling by 5 followed by a decimation(polyphase)by 4(5/4=1.25)...For this design let's say I have a clock rate of 100kHz then I am not sure w...Polyphase Filter

Re: Sample rate conversion, Multistage and polyphase?

2008-10-20 17:30:00
On Oct 20, 4:59=A0pm, "baeksan" wrote: > Hi, > > I'm working on a audio sample rate converter. =A0I'm interested particula= rly > in the conversion from 44.1 to 48kHz. =A0I have a version that works usin= g > polyphase decomposition for a huge fir filter to convert from 44.1 to 48. >...Re: Sample rate conversion, Multistage and polyphase?

Re: Interpolation with FIR filters

robert bristow-johnson - 2005-11-22 13:58:00
in article 1132685207.779486.257470@o13g2000cwo.googlegroups.com, Anshu at anshu.dhawan@gmail.com wrote on 11/22/2005 13:46: > Can anyone please explain me about Interpolation using FIR filters? I > dont understand how they can be used for interpolation. might you understand how an FIR fil...Re: Interpolation with FIR filters

How to interpret polyphase coefficients generated in MATLAB

vizziee - 2009-07-06 13:11:00
Hello everyone, I am trying to design a low pass decimator filter in MATLAB. I am supposed to decimate a signal sampled at 200MHz down to 10MHz. The signal bandwidth is 8 MHz and the signal spectra is centred at the sampling frequency. I began with the following code: ---------------------...How to interpret polyphase coefficients generated in MATLAB

Re: Polyphase decimation

One Usenet Poster - 2005-11-18 09:26:00
Praveen wrote: > Hi > > I am implementing a polyphase decimation of a 8k signal by a factor of > 20. I have designed a filter of pi/20, which means there are 20 > subbands. In case of decimation, the input gets shifted by a sample at > each time instant and then convolved with all the...Re: Polyphase decimation

Polyphase Filtering Question

westocl - 2009-09-10 11:12:00
Im have a few question about polyphase filtering. Lets say you have a downsampling application. and in general with polyphase filtiering yoou wish to exploit the efficiency assocationw it downsampling before invoking the lowpass filter. If you didnt do ployphase filtering, lets say you implim...Polyphase Filtering Question

Re: multirate filter design

Mark Borgerding - 2007-10-26 22:03:00
jon8spam@yahoo.com wrote: > Hi, > When one designs a fractional rate change filter, when specifying > the filter parameters do you design the filter at the interpolated > rate or the decimated rate? > > For example if you have an input rate of Fs then interp by 64 > decimate by 12...Re: multirate filter design

best method for implementing an SRC

srikk - 2007-02-01 08:00:00
Hi, i would like to know which is the best method for implementing a integer sample rate converter (decimation /interpolation) in terms of quality. the conversion rates required are (2,4,8,16) both decimation and interpolation.i had tried with polyphase implementation and lagrange interpolatio...best method for implementing an SRC

FMDemod, Phase noise and Polyphase

Yip - 2006-12-03 18:32:00
Hi All, I am trying to debug a FM demodulation noise problem for a FPGA prototype. The output in general looks ok, but the THD+N of a clean 60% modulated signal is only in the mid-40's dB (noticable even by ear), and that is mainly due to a high noise floor. The FM architecture is using the d...FMDemod, Phase noise and Polyphase

Polyphase filter outputs

nikolatesla20 - 2009-07-14 07:58:00
Hi, I am almost a complete newbie when it comes to DSP. I've been studying various internet articles a lot over the last week but I still have some questions that I don't understand. What I'm trying to accomplish is to resample an audio signal to change it's pitch. I don't care if the length c...Polyphase filter outputs

Polyphase decimation errors

Alasdair - 2003-09-30 14:13:00
Folks, I understand that, based on the Nobel Identities, the output of a polyphase decimator should be identical to the output of a basic FIR decimator. This is due to the fact that even though we decimate in the full input bandwidth all the undersampled aliases will exactly cancel in the fina...Polyphase decimation errors

Intel's polyphase resampling function

Matt Roos - 2004-08-25 14:10:00
Hi, All. I'm trying to use Intel's IPP polyphase resampling functions. They are part of the signal processing set and found in the manual under Speech Recognition Functions. I've found the manual's usage description somewhat lacking. I don't understand it well enough to implement. Can an...Intel's polyphase resampling function

uniform filter bank implementation.

Craig - 2003-07-02 16:38:00
I have a question with regards to going from a polyphase decimation routine and adapting it to an actual filter bank to separate a large bandwidth into smaller subbands. I understand how polyphase filters works, that no problem, I am just stuck on seeing how you make the transistion to a MxL (...uniform filter bank implementation.

Regarding Acoustic Echo Cancellation with subbanding

Aparna Ram - 2007-04-27 09:04:00
Dear Sir, I am working on Acoustic Echo Cancellation. I have implemented both AEC without subbanding and AEC with subbanding in C+ +. For subbanding of AEC I used Polyphase IIR filter(with 70dB attenuation). AEC without subbanding is working fine. But in the outputs ...Regarding Acoustic Echo Cancellation with subbanding

Re: Farrow interpolation in QPSK synchro

mnentwig - 2007-09-17 16:05:00
Let me try to summarize Farrow's idea in three bullet points: The numbers are from the reference. * I can use a FIR filter to interpolate one particular point between samples, for example at an offset of 1/32 sample time * I keep 32 different banks of FIR coefficients at hand, so that I can c...Re: Farrow interpolation in QPSK synchro

Polyphase decimating filter - not working - why?

Tamara - 2007-02-01 14:26:00
Hello...I created a polyphase decimating filter based on F.Harris's book shared register design. This is a Decimation by 2, 100 tap, Fs =100MHz, Low pass 20MHz - stop band 24MHz filter. Each MAC is 28-bit length, 14-bit ADC input, and the filter output is truncated. The filter looks good a...Polyphase decimating filter - not working - why?
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | next