搜索资源列表
SPIHT(Matlab).zip
- % Matlab implementation of SPIHT (without Arithmatic coding stage) % % By Jing Tian, scuteejtian@hotmail.com fprintf('----------- Welcome to SPIHT Matlab Demo! ----------------\n'); fprintf('----------- Load
N元单向端射阵主瓣宽度随N变化得方向图
- N元单向端射阵主瓣宽度随N变化得方向图matlab源代码
普通端射阵天线的matlab程序
- 普通端射阵天线的matlab程序 clear; f=3e10; lamda=(3e8)/f; beta=2.*pi/lamda; n=10; t=0:0.01:2*pi; d=lamda/4; W=beta.*d.*cos(t); z1=((n/2).* W)-n/2*beta*d; z2=((1/2).* W)-1/2*beta*d; F1=sin(z1)./(n.*sin(z2)); K1=abs(F1); polar(t,K1) ;
偏微分方程组N=4的龙格-库塔方法求解
- 偏微分方程组N=4的龙格-库塔方法求解,matlab编程,试过可以
灰色预测模型GM(1,n)模型的matlab源代码
- 灰色预测模型GM(1,n)模型的matlab源代码,包括预测模型的建立,以及模型的精度检验指标c,p的计算,Grey prediction model GM (1, n) model matlab source code, including the prediction model and the precision test indicators c, p calculation
matlab-functions
- :在有限区域内分布的稀疏不均的、具有一定分布结构的海量数据集的高效、高精度聚 类问题是一个尚未完全圆满解决的难题。针对Affinity Propagation 聚类算法(AP)的不足之处, 提出了两个改进型的聚类算法-n limited areas of uneven distribution of sparse, has certain distribution structure of the mass datasets of high efficiency, high precis
minh.n.do
- Contourlet变换提出者Minh.ndo结合论文的Matlab实现源码,可以给从事多尺度图像处理人做一个很好的参考-Contourlet Toolbox (Windows download format also available on MATLAB Central): MATLAB source code that implements the contourlet transform and its utility functions. See paper The contourl
N-Hermite_interplotion
- N-Hermite插值的MATLAB程序。需要的来下载。-N-Hermite interpolation of the MATLAB program. Need to download.
对白噪音信号进行基于小波变换尺度为n的分解
- 对白噪音信号进行基于小波变换尺度为n的分解
niNetwon
- 解n元非线性方程组的拟牛顿法的MATLAB程序-Solution of n-systems of nonlinear equations of quasi-Newton method of the MATLAB program
ncc
- The normalized cross correlation (NCC) implemented in C++ and Matlab
matlab-windows
- MATLAB R14 Programı n License sunucusu üzerinden kurulumu: MATLAB programı nı n eski versiyonunu kaldı rı nı z. MATLAB 2 ş ekilde yüklenebilmektedir. A) Sadece istenen MATLAB bileş enlerinin yüklenmesi B
Gray_Model(MATLAB)
- 一种简单的灰色预测实现的方法,data为需要输入的一维数组,N为需要预测的值的个数-Gm(1,1) matlab code ,input array data,input number N return array with N prediction value.
N-way_Toolbox
- 强大的多维工具箱.应用在Matlab中,可分析多纬数据结构.直接安装.-N-way Toolbox Can be installed directly in matlab.
MATLAB
- 运用MATLAB编程实现计算两序列x1(n)={1,2,3,4,5},x2(n)={1,2,3,4,5,4,3,2,1}的圆周卷积-Calculated using MATLAB programming to achieve the two sequences x1 (n) = (1,2,3,4,5), x2 (n) = (1,2,3,4,5,4,3,2,1) of circular convolution
Matlab-based-AR-model-parameter-estimation
- 基于Matlab的AR模型参数估计,用实例说 明运用Matlab 进行AR( n) 参数估计的方法。-Matlab-based AR model parameter estimation, using examples of the use of Matlab to AR (n) parameter estimation method.
G-N
- 此文件包含用G-N法,修正G-N法,L-M法,Lsqnonlin求解非线性最小二乘优化问题MATLAB源代码,请大家参考-This file contains the method with the GN, GN law amendment, LM Law, Lsqnonlin MATLAB nonlinear least squares optimization source code, please refer to
nit
- matlab 数值积分工具箱 MATLAB Toolbox for 1-D, 2-D, and n-D Numerical Integration-matlab numerical integration toolboz
MATLAB
- 一、 牛顿-拉夫逊法概要 首先对一般的牛顿-拉夫逊法作一简单说明。已知一个变量X的函数 (4-6) 解此方程式时,由适当的近似值X(0)出发,根据 (4-7) 反复进行计算,当X(n)满足适当的收敛判定条件时就是(4-6)式的根。这样的方法就是所谓的牛顿-拉夫逊法。 式(4-7)就是取第n次近似解X(n)在曲线 上的点 处的切线与X轴的交点作下一次X(n+1)值的方法。参考图4-2(a)。在这一方法中为了能收敛于真解,初值X(0)的选取及函数f(X)必须满足适当的条件,如
cond(n)
- 利用matlab根据Gauss、Cholesky和Jacbbi三种方法实现矩阵的范数求取-Using matlab under Gauss, Cholesky and Jacbbi Three methods of striking the norm of matrix