-
Matlab-demo-of-LFM-pulse-radar
合成孔径雷达成像过程,是整个仿真的全过程。通过此仿真可以很清楚的理解SAR成像过程(Synthetic aperture radar imaging process is the whole process of simulation. This simulation can clearly understand the SAR imaging process)
- 2014-11-09 17:04:34下载
- 积分:1
-
chap4
《MATLAB图像处理实例详解》源代码 第四章( MATLAB image processing example explanation Source Code Chapter......)
- 2014-12-16 16:29:30下载
- 积分:1
-
Teach-to-read-image-by-matlab
说明: 我自己寫的matlab教學,給初學者更快上手。(Matlab write my own teaching, for beginners to get started quickly.)
- 2011-02-26 17:46:10下载
- 积分:1
-
块状导频信道估计 ofdm
块状导频信道估计 对于基础学习有很好的帮助(Massive pilot channel estimation based learning for good help)
- 2014-06-24 10:57:57下载
- 积分:1
-
MUSIC_algorithm
MUSIC 算法是利用接收数据的协方差矩阵(Rx)分离出信号子空间和噪声子空间,利用信号方向向量与噪声子空间的正交性来构成空间扫描谱,进行全域搜索谱峰,从而实现信号的参数估计。(MUSIC algorithm is used to receive data covariance matrix (Rx) to isolate the signal subspace and noise subspace, using the signal direction vector and noise subspace orthogonality to form the spatial scan spectrum, full-domain search peaks in order to achieve signal The parameter estimation.)
- 2010-01-13 16:25:43下载
- 积分:1
-
Gabor
Gabor transformer for image processing in matlab
signal processing
- 2014-02-16 17:11:43下载
- 积分:1
-
BER_MRC_STBC
Visualization of BER for STBC ystem with MRC receiver
- 2009-10-08 16:01:00下载
- 积分:1
-
sigxpand
将输入d进行扩张,方法是在d的每个数据中插入M-1个零值。
如输入d=[1,2,3,4] M=3
输出out=[1 0 0 2 0 0 3 0 0 4 0 0](To expand the input d, the method is to insert each data d, M-1 zero value. If the input d = [1,2,3,4] M = 3 output out = [1 0 0 2 0 0 3 0 0 4 0 0])
- 2010-11-14 11:18:01下载
- 积分:1
-
matlab_fn
Matlab M-Files:There are four ways of doing code in Matlab. One can directly enter code
in a terminal window. This amounts to using Matlabas a kind of calculator,
and it is good for simple, low-level work. The second method is to create a
script M-fi le. Here, one makes a fi le with the same code one would enter in a
terminal window. When the fi le is “run”, the script is carried out. The third
method is the function M-fi le. This method actually creates a function, with
inputs and outputs. The fourth method will not be discussed here. It is a
way to incorporate C code or FORTRAN code into Matlab this method
uses .mex fi les. We will not disucss it here.
- 2013-07-09 16:49:20下载
- 积分:1
-
ekf
该程序用于对绝对量EKF和相对量EKF进行比较(The procedure is used to compare the EKF in absolute amount and EKF in relative amount)
- 2013-03-10 13:41:34下载
- 积分:1