搜索资源列表
button
- 很好的一个按钮,可以实现随屏幕大小自动缩放,按钮中他图片也自动缩放。-gfdgfdg gdg dgfret er ewe rte t rty yty ty y t u e d gd srrr x r tr x r r
Identification-Method-for-MIMO-OFDM-
- 对于多输入多输出系统, 传统的基于训练序列的信道辨识方法为跟踪信道的变化, 必须 发送大量冗余信息, 传输效率较低 而基于子空间的纯盲方法又带有不可避免的模糊性, 辨识结果 精度不够。在子空间法的基础上, 利用少量训练符号估计出模糊矩阵, 以此矫正子空间法得到的结 果。仿真结果显示: 在保证辨识精度的前提下, 该方法减少了训练符号等冗余, 提高了传输效率。-In o rder to t rack the channel variat ion of MIMO OFDM
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')