FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > DSP

DSP comp.dsp newsgroup, mailing list

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-26-2008, 02:08 PM
Alfreeeeed
Guest
 
Posts: n/a
Default Estimation and noise problem. HELP!

Hello friends ,
I need to develop a system that given two
signals
x(n)=c(n)+f(n)
y(n)=A.f(n+t)

I could estimate what is the amplitud constant "A" and the phase
shifting "t" of signal y(n) comparing with f(n) of x(n).
I know this is statistical processing and I havent develop much about
it so I need a guideline to start with. I have a couple of books wich
I am reading but I think I am going to slow. I know that cross-
correlation has something to do with this as well, but still I cant
get any conclusions yet.

Hope anyone here can help me

Alfredo
Reply With Quote
  #2 (permalink)  
Old 03-27-2008, 09:56 AM
Andor
Guest
 
Posts: n/a
Default Re: Estimation and noise problem. HELP!

Alfredo wrote:
> Hello friends ,
> * * * * * * * * * * * I need to develop a system that given two
> signals
> x(n)=c(n)+f(n)
> y(n)=A.f(n+t)
>
> I could estimate what is the amplitud constant "A" and the phase
> shifting "t" of signal y(n) comparing with f(n) of x(n).


You have x(n) and y(n), right? What kind of signals are c(n) and f(n)?
What do you know about c(n) and f(n)? Can you specify x(n) and then
measure y(n)?

> I know this is statistical processing and I havent develop much about
> it so I need a guideline to start with. I have a couple of books wich
> I am reading but I think I am going to slow. I know that cross-
> correlation has something to do with this as well, but still I cant
> get any conclusions yet.


You can write your problem as a Wiener filter in System Identification
configuration. If c(n) is what I think it is (white noise), this would
be a feasible solution.

Regards,
Andor
Reply With Quote
  #3 (permalink)  
Old 03-27-2008, 11:32 AM
Manolis C. Tsakiris
Guest
 
Posts: n/a
Default Re: Estimation and noise problem. HELP!

>You can write your problem as a Wiener filter in System Identification
>configuration. If c(n) is what I think it is (white noise), this would
>be a feasible solution.
>
>Regards,
>Andor
>

*****************************
If i try to estimate t and A from x and y, via Wiener filter, the
knowledge of the cross-correlation of A with x and y and of t with x and
is required, right? So how can the Wiener filter be a feasible solution?
(the question assumes that A and t are constants)

Manolis
Reply With Quote
  #4 (permalink)  
Old 03-27-2008, 11:48 AM
Andor
Guest
 
Posts: n/a
Default Re: Estimation and noise problem. HELP!

On 27 Mrz., 10:32, "Manolis C. Tsakiris" <el01...@mail.ntua.gr> wrote:
> >You can write your problem as a Wiener filter in System Identification
> >configuration. If c(n) is what I think it is (white noise), this would
> >be a feasible solution.

>
> >Regards,
> >Andor

>
> *****************************
> If i try to estimate t and A from x and y, via Wiener filter, then
> knowledge of the cross-correlation of A with x and y and of t with x and y
> is required, right? So how can the Wiener filter be a feasible solution?
> (the question assumes that A and t are constants)


Not quite sure what you mean by the cross-correlation of "A with x and
y", since A is a constant. You can write Alfredo's equation in the
form

y(n) = A x(n+t) + c'(n)

with c'(n) = - A c(n+t). If c(n) (and therefore c'(n)) is white noise,
this is a classical system identification setup. x(n) is the input
into the Wiener filter and y(n) is the desired output.

Regards,
Andor


>
> Manolis


Reply With Quote
  #5 (permalink)  
Old 03-27-2008, 01:20 PM
Alfreeeeed
Guest
 
Posts: n/a
Default Re: Estimation and noise problem. HELP!

OK, thanks in advance guys.
his project is for a RF repeater with Interference Cancellation.

x(n) is a signal in a reception antenna composed by a CDMA carrier
"c(n)" and a feedback interference from the transmitting antenna
"f(n)".
So x(n) is what I receive in the reception antenna.

y(n) is the signal that is going to be transmitted and it is delayed
enough time so that "f(n)" from x(n) arrives at the same time.

I think I made a mistake in my last post. I think that this system
would be better expressed by....

x(n)=c(n)+Af(n-t)
(Received signal= actual reception+feedback interference with Amplitud
and phase change)

The other signal I have it is f(n) before transmitting

y(n)=f(n)

I hope I made it clearer

cheers
Alfredo





On 27 mar, 06:48, Andor <andor.bari...@gmail.com> wrote:
> On 27 Mrz., 10:32, "Manolis C. Tsakiris" <el01...@mail.ntua.gr> wrote:
>
> > >You can write your problem as a Wiener filter in System Identification
> > >configuration. If c(n) is what I think it is (white noise), this would
> > >be a feasible solution.

>
> > >Regards,
> > >Andor

>
> > *****************************
> > If i try to estimate t and A from x and y, via Wiener filter, then
> > knowledge of the cross-correlation of A with x and y and of t with x and y
> > is required, right? So how can the Wiener filter be a feasible solution?
> > (the question assumes that A and t are constants)

>
> Not quite sure what you mean by the cross-correlation of "A with x and
> y", since A is a constant. You can write Alfredo's equation in the
> form
>
> y(n) = A x(n+t) + c'(n)
>
> with c'(n) = - A c(n+t). If c(n) (and therefore c'(n)) is white noise,
> this is a classical system identification setup. x(n) is the input
> into the Wiener filter and y(n) is the desired output.
>
> Regards,
> Andor
>
>
>
> > Manolis


Reply With Quote
  #6 (permalink)  
Old 03-27-2008, 01:39 PM
Andor
Guest
 
Posts: n/a
Default Re: Estimation and noise problem. HELP!

Alfredo wrote:
> OK, thanks in advance guys.
> his project is for a RF repeater with Interference Cancellation.
>
> x(n) is a signal *in a reception antenna composed by a CDMA carrier
> "c(n)" and a feedback interference from the transmitting antenna
> "f(n)".


What is a "CDMA carrier c(n)"?

> So x(n) is what I receive in the reception antenna.
>
> y(n) is the signal that is going to be transmitted and it is delayed
> enough time so that "f(n)" from x(n) arrives at the same time.
>
> I think I made a mistake in my last post. I think that this system
> would be better expressed by....
>
> x(n)=c(n)+Af(n-t)
> (Received signal= actual reception+feedback interference with Amplitud
> and phase change)
>
> The other signal I have it is f(n) before transmitting
>
> y(n)=f(n)
>
> I hope I made it clearer


So you have f(n) and x(n), and you want to estimate A and t in the
equation

x(n) = c(n)+Af(n-t)?

I guess c(n) isn't white noise as I initially assumed?

Regards,
Andor
Reply With Quote
  #7 (permalink)  
Old 03-27-2008, 03:00 PM
Alfreeeeed
Guest
 
Posts: n/a
Default Re: Estimation and noise problem. HELP!

On 27 mar, 08:39, Andor <andor.bari...@gmail.com> wrote:
> Alfredo wrote:
> > OK, thanks in advance guys.
> > his project is for a RF repeater with Interference Cancellation.

>
> > x(n) is a signal in a reception antenna composed by a CDMA carrier
> > "c(n)" and a feedback interference from the transmitting antenna
> > "f(n)".

>
> What is a "CDMA carrier c(n)"?
>
> > So x(n) is what I receive in the reception antenna.

>
> > y(n) is the signal that is going to be transmitted and it is delayed
> > enough time so that "f(n)" from x(n) arrives at the same time.

>
> > I think I made a mistake in my last post. I think that this system
> > would be better expressed by....

>
> > x(n)=c(n)+Af(n-t)
> > (Received signal= actual reception+feedback interference with Amplitud
> > and phase change)

>
> > The other signal I have it is f(n) before transmitting

>
> > y(n)=f(n)

>
> > I hope I made it clearer

>
> So you have f(n) and x(n), and you want to estimate A and t in the
> equation
>
> x(n) = c(n)+Af(n-t)?
>
> I guess c(n) isn't white noise as I initially assumed?
>
> Regards,
> Andor



CDMA Carrier = Type of signal in communications.
But for the purpose of the system we can consider c(n) as an unwanted
signal. The overall system should be able to get c(n) clear of f(n) by
having the right amplitud and phase shift.

You are right I have x(n) and f(n) and I want A(amplitud) and
t(phase).

I guess c(n) isn't properly white noise but is an unwanted signal so
maybe we could consider it as noise.

Cheers
Alfredo

(BTW , Andor do you have any email where I can chat with you about
this ?)
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wiener filter with smoothed estimation of Noise stefanb DSP 2 08-02-2007 06:44 PM
State-of-the-art background noise estimation techniques for single channel applications?? Jack DSP 0 02-24-2006 03:52 AM
Problem with channel estimation in OFDM systems shalabhjain DSP 0 05-15-2005 02:31 PM
estimation problem? How to seperate two random process? lucy DSP 4 10-29-2004 04:12 PM
QPSK Timing phase estimation through interpolation problem john DSP 0 09-06-2003 12:26 PM


All times are GMT +1. The time now is 02:26 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved