How does asymptotic approximation follow in this scenario?

  • Thread starter Thread starter EngWiPy
  • Start date Start date
  • Tags Tags
    Approximation
EngWiPy
Messages
1,361
Reaction score
61
Hello,

I am reading a paper, and the author claimed that in asymptotic sense as M goes to infinite:

\sum_{i=1}^M\sum_{l=0}^L|h_i(l)|^2=M

where:

\sum_{l=0}^L\mathbb{E}\left\{|h_i(l)|^2\right\}=1.

How is that asymptotic follows?

Thanks in advance
 
Physics news on Phys.org
There are undefined symbols. What kind of things are hi(l)? What is the meaning of E?
 
mathman said:
There are undefined symbols. What kind of things are hi(l)? What is the meaning of E?

E is the expectation, and h are random variables.

I got it, it is just by using the law of large numbers.

Thanks
 
In the equation cited, what is asymptotic? Ratio -> 1 (true) or difference -> 0 (false)?
 
mathman said:
In the equation cited, what is asymptotic? Ratio -> 1 (true) or difference -> 0 (false)?

as M goes to infinite.
 
S_David said:
as M goes to infinite.

I know you mean as M -> ∞, but my question is what is supposed to happening as M -> ∞, expression divided by M -> 1 (true) or expression minus M -> 0 (false)?
 
mathman said:
I know you mean as M -> ∞, but my question is what is supposed to happening as M -> ∞, expression divided by M -> 1 (true) or expression minus M -> 0 (false)?

I am sorry, I did not understand you quiet well. Can you say it in different way, please?
 
I have the feeling that he is dividing by M.
 
chiro said:
I have the feeling that he is dividing by M.

If he is dividing by the M the result would be 1 not M.
 
  • #10
S_David said:
I am sorry, I did not understand you quiet well. Can you say it in different way, please?
Let ∑(M) be the double sum you are talking about. There are two ways of expressing the limit as M -> ∞, {∑(M)}/M -> 1 (true) or ∑(M) - M -> 0 (false).
 
  • #11
mathman said:
Let ∑(M) be the double sum you are talking about. There are two ways of expressing the limit as M -> ∞, {∑(M)}/M -> 1 (true) or ∑(M) - M -> 0 (false).

\lim_{M\xrightarrow{}\infty}\frac{1}{M}\sum_{i=1}^M\sum_{l=0}^L|h(l)|^2=1
 
  • #12
S_David said:
\lim_{M\xrightarrow{}\infty}\frac{1}{M}\sum_{i=1}^M\sum_{l=0}^L|h(l)|^2=1
True. The author is making use of one of the fundamental theorems of probability theory - the law of large numbers.
 
  • #13
mathman said:
True. The author is making use of one of the fundamental theorems of probability theory - the law of large numbers.

Yes, right. Thanks
 
  • #14
S_David said:
Yes, right. Thanks

There is one caveat: hi independent of hj for i ≠ j.
 
Back
Top