-
tulinjiebiao
图的 领结表 表示 程序中有较多注释
方便别人读 增加可读性(Map tie the table means that the program has more comments
To facilitate others to read to increase readability)
- 2009-12-20 11:29:14下载
- 积分:1
-
matlab-fourier
Matlab编程实现FFT变换及频谱分析的程序代码,很有用涂的,可以实现(Matlab Programming FFT transform and spectral analysis of the program code, useful for coating can be achieved)
- 2012-11-30 18:51:22下载
- 积分:1
-
shiyanyong_highstep_upconverter
一种高增益的交错boost变换器,增益可以高达10左右,是一种高效率高增益第成本的变换器。(hige_step boost)
- 2020-10-18 10:37:26下载
- 积分:1
-
4
说明: 用Jacobi和Gauss-seidel方法解方程组。并比较迭代次数,是误差小于10E-3(Use of Jacobi and Gauss-seidel method to solve equations. And compare the number of iterations is less than 10E-3 error)
- 2010-08-26 21:11:21下载
- 积分:1
-
TuXiangMatch
利用MATLAB实现的图像的特征匹配,对于图像拼接和全景图像生成至关重要(MATLAB implementation of the image using the feature matching, image stitching for panoramic images and to generate essential)
- 2009-04-06 09:14:22下载
- 积分:1
-
bibao
闭包传递法的一个函数以及一个求最大生成树的函数,用于模糊聚类分析(matlab)(Closure of the transfer method for a function and a function of the maximum spanning tree for the fuzzy cluster analysis (matlab))
- 2008-05-18 00:55:40下载
- 积分:1
-
Nlayer_denoise
说明: 小波阈值去噪。对图像加噪,并进行小波1到4层分解去噪,给出信噪比走势图(Wavelet thresholding. Increase the image noise, and 1 to 4 layers of wavelet decomposition denoising, signal to noise ratio charts are given)
- 2011-04-05 20:52:25下载
- 积分:1
-
Echo_BiSAR
一般模式的机载双基地合成孔径雷达回波数据产生,收发平台具有不同的速度与方向,均工作在斜视模式(General pattern of airborne bistatic synthetic aperture radar echo data generated transceiver platform has a different speed and direction, are working in the squint mode)
- 2020-12-11 17:39:17下载
- 积分:1
-
MVDR
本程序适用于阵列信号波束形成的MVDR算法,用matlab进行了仿真。(This procedure applies to the MVDR beamforming array signal algorithm, a simulation using matlab.)
- 2010-06-07 15:47:23下载
- 积分:1
-
SimpleMthd
单纯形法matlab程序
求解标准型线性规划:max c*x s.t. A*x=b x>=0
本函数中的A是单纯初始表,包括:最后一行是初始的检验数,最后一列是资源向量b
N是初始的基变量的下标
输出变量sol是最优解, 其中松弛变量(或剩余变量)可能不为0
输出变量val是最优目标值,kk是迭代次数( example:max 2*x1+3*x2
s.t. x1+2*x2<=8
4*x1<=16
4*x2<=12
x1,x2>=0)
- 2013-11-29 17:05:08下载
- 积分:1