- #1
user_01
- 8
- 0
I have an Energy harvesting expression something like the following
$R = \tau B \log\Big(1 + \frac{E h^2}{\tau r^\alpha\sigma^2} \Big)$
$E = \tau(2^{R/\tau B}-1 )\frac{r^\alpha\sigma^2}{h^2}$
Let all constant terms as $a$ to simplify the expression into : $E = a\frac{1}{h^2}$
$E$ is a random variable because of $h^2\sim\exp(1)$ i.e. $h$ is exponentially distributed random variable with unit parameter.
Consider $x= h^2 \sim \exp(1)$,
$\mathbb{E}[E] = E_x= a \mathbb{E}\Big[\frac{1}{x}\Big] = a\int_0^\infty \frac{e^{-x}}{x} \to \infty\ (\text{Divergent})$
I have to solve this problem because my circuit cannot harvest an infinite amount of energy (this is impractical).
How can I solve this problem? Any way around to find the approximate solution?
I will really appreciate any suggestions.
$R = \tau B \log\Big(1 + \frac{E h^2}{\tau r^\alpha\sigma^2} \Big)$
$E = \tau(2^{R/\tau B}-1 )\frac{r^\alpha\sigma^2}{h^2}$
Let all constant terms as $a$ to simplify the expression into : $E = a\frac{1}{h^2}$
$E$ is a random variable because of $h^2\sim\exp(1)$ i.e. $h$ is exponentially distributed random variable with unit parameter.
Consider $x= h^2 \sim \exp(1)$,
$\mathbb{E}[E] = E_x= a \mathbb{E}\Big[\frac{1}{x}\Big] = a\int_0^\infty \frac{e^{-x}}{x} \to \infty\ (\text{Divergent})$
I have to solve this problem because my circuit cannot harvest an infinite amount of energy (this is impractical).
How can I solve this problem? Any way around to find the approximate solution?
I will really appreciate any suggestions.