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

Free Online Books

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Comp.DSP | freq and phase estimation

There are 8 messages in this thread.

You are currently looking at messages 0 to 8.


freq and phase estimation - Michal Kvasnicka - 2004-04-20 13:44:00

What is the most effective way to adaptive estimate freqs and phases of the
mixture (superposition) of the signals:

s_i(t) = cos(2*pi*f_i*t+p_i)+n_i(t) ,

where i=1,2, ..., N and n_i is additive gaussian noise.

Michal


______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: freq and phase estimation - Jerry Avins - 2004-04-20 15:05:00



Michal Kvasnicka wrote:

> What is the most effective way to adaptive estimate freqs and phases of the
> mixture (superposition) of the signals:
> 
> s_i(t) = cos(2*pi*f_i*t+p_i)+n_i(t) ,
> 
> where i=1,2, ..., N and n_i is additive gaussian noise.
> 
> Michal

Homework?

-- 
Engineering is the art of making what you want from things you can get.
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: freq and phase estimation - Michal Kvasnicka - 2004-04-21 02:40:00

No!!!!

I am looking for most suitable method for FPGA implementing. Speed of
convergence of the adaptive estimator and high frequency and phase
resolution is most important challenge.

I know, that there is a lot of methods but in this time I am not able to
evaluate its. So, this is a reason why I am asking for help.

Michal

"Jerry Avins" <j...@ieee.org> píse v diskusním príspevku
news:4085748f$0$16471$6...@news.rcn.com...
> Michal Kvasnicka wrote:
>
> > What is the most effective way to adaptive estimate freqs and phases of
the
> > mixture (superposition) of the signals:
> >
> > s_i(t) = cos(2*pi*f_i*t+p_i)+n_i(t) ,
> >
> > where i=1,2, ..., N and n_i is additive gaussian noise.
> >
> > Michal
>
> Homework?
>
> -- 
> Engineering is the art of making what you want from things you can get.
> ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
>


______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: freq and phase estimation - Rune Allnor - 2004-04-21 04:24:00

Jerry Avins <j...@ieee.org> wrote in message news:<4085748f$0$16471$6...@news.rcn.com>...
> Michal Kvasnicka wrote:
> 
> > What is the most effective way to adaptive estimate freqs and phases of the
> > mixture (superposition) of the signals:
> > 
> > s_i(t) = cos(2*pi*f_i*t+p_i)+n_i(t) ,
> > 
> > where i=1,2, ..., N and n_i is additive gaussian noise.
> > 
> > Michal
> 
> Homework?

Probably not. Frequency estimation is one of the more difficult 
practical analysis problems to work with. I have written a number 
of posts about various flavours of MUSIC, and a couple of other 
methods for frequency estimation. Once one starts to bring 
in amplitude and phase estimates as well, things become very difficult.

Michal, for frequency estimation you should look at MUSIC and the 
Tufts/Kumaresan Forward-Backward Linear Prediction method. These 
techniques are designed for the "sum-of-sine" signals and some
(but not all) are restricted to regularly sampled data. You should 
also take some time to read up on the Cramer-Raou Lower bound of 
variance of parameter estimates. The problem is that there are 
limits to how precise estimates of frequency and phase can be. 

Rune
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: freq and phase estimation - Michal Kvasnicka - 2004-04-21 06:06:00

Thanks. But the MUSIC like methods estimate only frequency. What about
simultaneous estimation of the frequency and phase? Do you know any suitable
method and combination of methods for this type of problem?

I know very well that C-R bound limitate the precision of the final freq and
phase estimation. But now I am looking for any suitable method for
simulataneous freq+phase estimation.

Michal
"Rune Allnor" <a...@tele.ntnu.no> píse v diskusním príspevku
news:f...@posting.google.com...
> Jerry Avins <j...@ieee.org> wrote in message
news:<4085748f$0$16471$6...@news.rcn.com>...
> > Michal Kvasnicka wrote:
> >
> > > What is the most effective way to adaptive estimate freqs and phases
of the
> > > mixture (superposition) of the signals:
> > >
> > > s_i(t) = cos(2*pi*f_i*t+p_i)+n_i(t) ,
> > >
> > > where i=1,2, ..., N and n_i is additive gaussian noise.
> > >
> > > Michal
> >
> > Homework?
>
> Probably not. Frequency estimation is one of the more difficult
> practical analysis problems to work with. I have written a number
> of posts about various flavours of MUSIC, and a couple of other
> methods for frequency estimation. Once one starts to bring
> in amplitude and phase estimates as well, things become very difficult.
>
> Michal, for frequency estimation you should look at MUSIC and the
> Tufts/Kumaresan Forward-Backward Linear Prediction method. These
> techniques are designed for the "sum-of-sine" signals and some
> (but not all) are restricted to regularly sampled data. You should
> also take some time to read up on the Cramer-Raou Lower bound of
> variance of parameter estimates. The problem is that there are
> limits to how precise estimates of frequency and phase can be.
>
> Rune


______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: freq and phase estimation - Mads G. Christensen - 2004-04-21 08:48:00

Hi Michal.

Michal> Thanks. But the MUSIC like methods estimate only
Michal> frequency. What about simultaneous estimation of the frequency
Michal> and phase? Do you know any suitable method and combination of
Michal> methods for this type of problem?

Michal> I know very well that C-R bound limitate the precision of the
Michal> final freq and phase estimation. But now I am looking for any
Michal> suitable method for simulataneous freq+phase estimation.

Given the frequencies, phases and amplitudes can be estimated using
least-squares. I suggest that you look into Petre Stoica's many
publications on nonlinear least-squares frequency estimation and
approximations of it.

http://www.syscon.uu.se/Personnel/ps/ref.html

-- 
/Mads (http://kom.aau.dk/~mgc)
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: freq and phase estimation - Mads G. Christensen - 2004-04-21 09:02:00

Hi Michal.

Michal> Thanks. But the MUSIC like methods estimate only
Michal> frequency. What about simultaneous estimation of the frequency
Michal> and phase? Do you know any suitable method and combination of
Michal> methods for this type of problem?

Michal> I know very well that C-R bound limitate the precision of the
Michal> final freq and phase estimation. But now I am looking for any
Michal> suitable method for simulataneous freq+phase estimation.

Couldn't help my self, so I started looking around. Have a look at
P. Stoica, H. Li, and J. Li, "Amplitude Estimation of Sinusoidal
Signals: Survey, New Results, and an Application", IEEE Trans. on 
Signal Processing, vol. 48(2), Feb, 2000. 

-- 
/Mads (http://kom.aau.dk/~mgc)
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: freq and phase estimation - Jerry Avins - 2004-04-21 10:32:00

Michal Kvasnicka wrote:

> No!!!!
   ...

Please forgive me for asking. The way the problem was phrased mad me wonder.

Jerry
-- 
Engineering is the art of making what you want from things you can get.
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.