搜索资源列表
Er.tree
- e3tree开发文档,e3tree的使用手册,协助开发高效率的tr
Er.tree
- 树状结构功能很强大的 大家有兴趣可以下载下来看看。也许对你是个惊喜。-Tree structure and function is very powerful you are interested can download it and see. Perhaps you are a pleasant surprise.
button
- 很好的一个按钮,可以实现随屏幕大小自动缩放,按钮中他图片也自动缩放。-gfdgfdg gdg dgfret er ewe rte t rty yty ty y t u e d gd srrr x r tr x r r
sprb
- x c v b m k h df sa awr yu u uu u er r fdr edtg re tre tr te rt- x c v b m k h df sa awr yu u uu u er r fdr edtg re tre tr te rt
Identification-Method-for-MIMO-OFDM-
- 对于多输入多输出系统, 传统的基于训练序列的信道辨识方法为跟踪信道的变化, 必须 发送大量冗余信息, 传输效率较低 而基于子空间的纯盲方法又带有不可避免的模糊性, 辨识结果 精度不够。在子空间法的基础上, 利用少量训练符号估计出模糊矩阵, 以此矫正子空间法得到的结 果。仿真结果显示: 在保证辨识精度的前提下, 该方法减少了训练符号等冗余, 提高了传输效率。-In o rder to t rack the channel variat ion of MIMO OFDM
Object-nackillg-by
- 该文采用各向异性核函数均值漂移 算法实现目标跟踪,由于该核函数的形状、大小、方向能自适应于目标局部结构的变化,保证了跟踪效果的稳定 性和鲁棒性。实验结果证明该算法是有效的。 关-This p印er implement8 object tr纵血ing with anisotropic kernel mean 8hiR in which the 8hape, 8cale,and orieIltation of the kernels adapt to the cha玎ging obj
ffjcext
- clear all;clc %% the original conditions f=@(x)exp(-x)+x^2; a=0; b=1; Theta_error=0.15; %% execute FibonacciOpt Algorithm [x_opt,f_opt,stepNum]=FibonacciOpt(f,a,b,Theta_error); %% function figure x=a:0.01:b; y=exp(-x)+x.^2; plot(x,y,'k')