Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Error probability of Recursive Least Square (RLS) algorithm

Status
Not open for further replies.

abdulawal

Newbie level 3
Joined
Jan 7, 2009
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,300
Dear All,

I have used RLS algorithm to predict channel SNR (lets define SNR as x).
SNR is received in frame by frame. The frame duration is 5ms.

Lets define the channel SNR in each frame is xi, for i = 1, 2, 3, ..., t

I used a window of size 4 in RLS algorithm. I want to predict the SNR 2 times in every 4 frame.

At any given frame t, the SNR vector will look like as below.
[xt-3 xt-2 xt-1 xt]

Now after predicting the SNR for next 2 frames, the SNR vector will look like

[xt-1 xt x't+1 x't+2]

Where x' is predicted SNR.

After prediction there could be some prediction error which I can write like below

et+1 = |xt+1 - x't+1|
and
et+2 = |xt+2 - x't+2|


Now my question is, can I derive any probability distribution or something else to quantify the amount of error (e)?

What is the probability of xt+1 in next frame conditioned that xt received in current frame?

I know the probability distribution of signal is Rayleigh.

Looking forward to hear from you please.

Thanks,
Awal.
 

Am I asking a very silly question that nobody is making any comment? I have little knowledge in this, thats why I am asking. Any comment would be nice please.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top