-
mvdr
mvdr 最小方差无失真波束形成器 张贤达 空间谱 波达方向角的确定 matlab完整程序(mvdr minimum variance beamformer Zhang XD distortion spatial spectrum matlab DOA to determine the full program)
- 2013-12-05 23:07:41下载
- 积分:1
-
Ekalman
书籍《多传感器数据融合》P44页算法的具体实现,可用于目标跟踪、卫星定位的仿真程序。(Books, multi-sensor data fusion P44-page concrete realization of algorithm can be used for target tracking, satellite positioning the simulation program.)
- 2007-11-12 15:41:40下载
- 积分:1
-
ofdm
ofdm正交频分复用的仿真 matlab实现代码(ofdm orthogonal frequency division multiplexing to achieve the simulation matlab code)
- 2011-07-10 13:55:48下载
- 积分:1
-
matlabxl_examples
计算矩阵特征值,特征向量,扎德算子,用于评系统的调用。(Calculating eigenvalues)
- 2013-10-19 10:16:15下载
- 积分:1
-
work122
这是用MATLAB编写的进行调色板图形绘制的程序(This is prepared by using MATLAB to carry out the procedure Rendering palette)
- 2007-12-12 13:41:08下载
- 积分:1
-
final
雷达信号的整体处理流程,雷达信号的整体处理流程(The overall processing flow of the radar signal)
- 2013-11-04 22:25:40下载
- 积分:1
-
fromBPSKto64QAM
从BPSK到64QAM的调制与解调,方式可选!(From BPSK to 64QAM modulation and demodulation, optional way!)
- 2008-12-16 13:35:45下载
- 积分:1
-
decode_ldpc_APP_LLR
LDPC译码算法,采用优化算法APP LLR(LDPC decoding algorithm using optimization algorithms APP NBC)
- 2007-02-05 14:47:38下载
- 积分:1
-
FA
说明: 因子分析法主程序,输入数据x以及主成分个数,则可以得到因子分析法的结果(Main factor analysis, the input data x and number of principal components, you can get the results of factor analysis)
- 2013-08-16 09:33:33下载
- 积分:1
-
DCT_IDCT
to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression
for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution
now compare our special 8X8 functions with the internal general functions
use this code:
A = int32(100*rand(8,8))
tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc
tic for i = 1 : 1000 idct2(dct2(A)) end toc
i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
- 2007-12-05 18:28:42下载
- 积分:1