-
matlab
对刚使用MATLAB新手提供一些指导.包括MATLAB基本操作的很多方面.(Just the use of MATLAB to provide some guidance to novices. MATLAB includes many aspects of basic operations.)
- 2007-07-17 20:34:01下载
- 积分:1
-
gps-matlab
Matlab GPS Toolbox,坐做仿真的时候比较有用(Matlab GPS Toolbox, take the time to do more useful simulation)
- 2009-02-28 10:55:06下载
- 积分:1
-
otsu
OTSU Gray-level image segmentation using Otsu s method.
Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes
by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection
Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern.
9:62-66 1979). Thresholds are computed to maximize a separability
criterion of the resultant classes in gray levels.
OTSU(I) is equivalent to OTSU(I,2). By default, n=2 and the
corresponding Iseg is therefore a binary image. The pixel values for
Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ...
[Iseg,sep] = OTSU(I,n) returns the value (sep) of the separability
criterion within the range [0 1]. Zero is obtained only with images
having less than n gray level, whereas one (optimal value) is obtained
only with n-valued images.
- 2009-03-17 17:57:51下载
- 积分:1
-
hw3A
a homework in matlab
- 2010-05-22 15:25:53下载
- 积分:1
-
2
说明: CMMB系统符号同步算法设计,基于同步训练序列的同步算法(CMMB system symbol synchronization algorithm design, based on the synchronization training sequence synchronization algorithm)
- 2013-04-01 16:37:37下载
- 积分:1
-
MATLAB-based-DSP-debugging-method
说明: 基于MATLAB的DSP调试方法,很详细的说明,对初学者很有帮助(MATLAB-based DSP debugging method, very detailed instructions, helpful for beginners)
- 2010-04-22 12:13:24下载
- 积分:1
-
CR
说明: This program is of optimization in Cognitive radio in spectrum sensing
- 2014-08-11 09:06:26下载
- 积分:1
-
nrz
generate nrz code of given binary data
- 2013-03-07 19:49:44下载
- 积分:1
-
plot
用matlab自行编写的概率密度函数绘图代码(failed to translate)
- 2011-10-31 19:05:26下载
- 积分:1
-
SENSEaliasingmatrix
在SENSE成像中如何将中间图像转化为最终图像,就要用到这个程序(Using specfied sampling vector to generate a 2D aliasing matrix. The sampling vector is a vector of n-entries of either 0 or 1, where 0 indicates no k-space line acquisition and 1 indicates k-space line is acquired in the accelerated scan. For example, a sampling vector of [0 1 0 1 0 1 0 1 0 1] indicate the 2-fold acceleration with 8 phase encoding lines. The aliasing matrix is calculated based on Fourier imaging)
- 2009-06-06 18:27:17下载
- 积分:1