全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 MATLAB等数学软件专版
4439 88
2020-11-09
作者: Tulipsliu
本文采用普通帖子模式,而不是使用Markdown 格式发帖,测试是否可以加入数学公式;




一、数学公式 Introduction

This example shows how Global Optimization Toolbox functions,
particularly |GlobalSearch| and |MultiStart|, can help locate the maximum
of an electromagnetic interference pattern. For simplicity of modeling,
the pattern arises from monochromatic polarized light spreading out from
point sources.

$$E_i = \frac{A_i}{d_i(x)} \sin(\phi_i + \omega (t - d_i(x)/c) ),$$ where $\phi_i$ is the phase at time zero for source $i$, $c$ is the speed
of light, $\omega$ is the frequency of the light, $A_i$ is the amplitude
of source $i$, and $d_i(x)$ is the distance from source $i$ to $x$.
For a fixed point $x$ the intensity of the light is the time average of
the square of the net electric field. The net electric field is sum of
the electric fields due to all sources. The time average depends only on
the sizes and relative phases of the electric fields at $x$. To calculate
the net electric field, add up the individual contributions using the
phasor method. For phasors, each source contributes a vector. The length
of the vector is the amplitude divided by distance from the source, and
the angle of the vector, $\phi_i - \omega d_i(x)/c$ is the phase at the
point.

For this example, we define three point sources with the same frequency
($\omega$) and amplitude ($A$), but varied initial phase ($\phi_i$). We
arrange these sources on a fixed plane.



复制代码
Posing the Optimization Problem
We are interested in the location where this wave intensity reaches
its highest peak.
The wave intensity ($I$) falls off as we move away from the source
proportional to $1/d_i(x)$. Therefore, let's restrict the space of
viable solutions by adding constraints to the problem.
Now our problem has become:
$$ \max_{x,y} I(x,y) $$
subject to
$$ (x - x_{c1})^2 + (y - y_{c1})^2 \le r_1^2 $$
$$ (x - x_{c2})^2 + (y - y_{c2})^2 \le r_2^2 $$
$$ (x - x_{c3})^2 + (y - y_{c3})^2 \le r_3^2 $$
$$-0.5 \leq x \leq 3.5$$
$$-2 \leq y \leq 3$$


where $(x_{cn},y_{cn})$ and $r_n$ are the coordinates and aperture radius
of the $n^{th}$ point source, respectively. Each source is given an
aperture with radius 3. The given bounds encompass the feasible region.
The objective ($I(x,y)$) and nonlinear constraint functions are defined
in separate MATLAB(R) files, |waveIntensity.m| and |apertureConstraint.m|,
respectively, which are listed at the end of this example.

复制代码


结束语:
我也是在不断的测试,希望在明年有较好的教学课程发布论坛。
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2020-11-25 19:29:39
$$
\widehat{\beta} = \left((Z_t^\top \otimes I_K)W_T(Z_t \otimes I_K)\right)^{-1}(Z_t^\top \otimes I_K)W_Ty,
$$
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2020-11-25 19:30:05
$$
W_T =
\begin{bmatrix}
\Omega^{-1}_1 & \cdots & 0 \\
\vdots & \ddots & \vdots \\
0 & \cdots & \Omega^{-1}_T
\end{bmatrix}.
$$
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2020-11-25 19:30:41
$$
\mathbb{E}(u_tu_t^\top) = \Omega_t = \left(1 - G(s_t)\right)\Sigma_1 + G(s_t)\Sigma_2,\quad t=1,\ldots,T.
$$
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2020-11-25 19:31:06
$$
\begin{align*}
\widehat{\beta} &= \mbox{vec}[\widehat{\mu}, \widehat{A}_1, ..., \widehat{A}_p] \\
                 &= \left[\sum^{T_{sb}-1}_{t=1}\left(Z_t Z_t^\top \otimes (\widetilde{B}\widetilde{B}^\top)^{-1}\right) + \sum^{T}_{t=T_{sb}}\left(Z_t Z_t^\top \otimes (\widetilde{B}\widetilde{\Lambda}\widetilde{B}^\top)^{-1}\right) \right]^{-1} \\
                 &\quad \times \left[\sum^{T_{sb}-1}_{t=1}\left(Z_t \otimes (\widetilde{B}\widetilde{B}^\top)^{-1}\right)y_t + \sum^{T}_{t=T_{sb}}\left(Z_t \otimes (\widetilde{B}\widetilde{\Lambda}\widetilde{B}^\top)^{-1}\right)y_t \right],
\end{align*}
$$
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2020-11-25 19:31:29
$$
\widehat{\Sigma}_1 = \frac{1}{T_{sb} - 1} \sum _{t = 1}^{T_{sb} -1}\widehat{u}_t\widehat{u}_t^\top \qquad \text{and} \qquad \widehat{\Sigma}_2 = \frac{1}{T - T_{sb} + 1} \sum _{t = T_{sb}}^{T}\widehat{u}_t\widehat{u}_t^\top.
$$
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

点击查看更多内容…
相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群