搜索资源列表
treewave
- Included are the files wav1.m, wav2.m, wavecoef.mat and readme. wav2 function implements the tree structured wavelet transform of the input matrix, up to the given level of decomposition. Wav2 uses another function called wav1, which takes the w
TRIEIGE
- computes the eigenvalues of a symmetric tridiagonal * matrix T. The user may ask for all eigenvalues, all eigenvalues in the half-open interval (VL, VU], or the IL-th through IU-th eigenvalues.-computes the eigenvalues of a symmetric tr idiagona
matrixcompess
- 稀疏矩阵(SparseMatrix):是矩阵中的一种特殊情况,其非零元素的个数远小于零元素的个数。 设m行n列的矩阵含t个非零元素.以二维数组表示高阶的稀疏矩阵时,会产生零值元素占的空间很大且进行了很多和零值的运算的问题。 -sparse matrix (SparseMatrix) : Matrix is a special situation. its non-zero elements of the number far less than the number of zero e
1
- 双精度T矩阵法计算一定取向的非球形粒子的算法-Double precision T-matrix code for nonspherical particles in a fixed orientation
2
- 双精度T矩阵法计算随机取向的非球形粒子的散射特性-Double-precision T-matrix code for randomly oriented nonspherical particles
2
- 计算双通道散射BUBBLEGUM v.2 的源代码-The FORTRAN code BUBBLEGUM.f calculates the unitary, analytic T-matrix for a two-channel problem with an arbitrary number of resonances. It also gives the approximate results from the K-matrix method, the Breit-Wigner approx
matrix
- 矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -Matrix calculation program mat
SVM
- In this paper, we show how support vector machine (SVM) can be employed as a powerful tool for $k$-nearest neighbor (kNN) classifier. A novel multi-class dimensionality reduction approach, Discriminant Analysis via Support Vectors (SVDA), is in
Levinson
- 采用列文逊递推算法求解对称托伯利兹型方程组。其中t存放T型矩阵的元素。b是右端常数向量。x是解向量。n是阶数。-Using Levinson recursion algorithm for symmetric Tuobolizi equations. Where t T-matrix elements of deposit. b is the right end of the constant vector. x is the solution vector. n is the order.
fecgm
- 独立成份分析(ICA)以及winner滤波 Source separation of complex signals with JADE. Jade performs `Source Separation in the following sense: X is an n x T data matrix assumed modelled as X = A S + N where o A is an unknown n x m matrix with full rank.
ott11
- Optical tweezers computational toolbox,用T Matrix方法计算粒子的散射及捕获,基于Matlab的程序包及说明文件-Optical tweezers computational toolbox to calculate the scattering of the nanoparticles. The code was in Matlab!
T-matrix
- T矩阵方法的FORTRAN环境下的程序,希望对大家有帮助!-T matrix method program FORTRAN environment, we want to help!
sequence-alignment-matrix-
- 求解序列比对得分矩阵,对于两个序列S和T,令[S]和[T]分别为序列S和T的长度,S[i]和T[j](其中正整数i,j满足0≤j< [S]和0≤j <[T])都属于字符集Ω={A,T,C,G,-},对Ω中的任何元素和空符号。 设计S[i]和T[j]两两之间的一个记分值来比较序列间的同一性的优劣,用记分函数σ(x,y)表示, σ(S[i],T[j])=2 ( S[i]=T[j]≠-);σ(S[i],T[j])= -1 ( S[i]≠T[j],S[i]≠-,T[j]≠-);σ(S
tmatrix_mie
- 用于计算米散射的入射光电场散射光电场的系数,以及t matrix-for calculating mie scattering including scattering and incident light field coefficiency
Matrix-Checking-Functions
- Matlab Functions for determining if certaion matrix is: 1) Symmetric 2) Lower/Upper triangular (Unit/Strictly/Non-Strictly) 3) n-Banded 4) (Strictly) Diagonally Dominant 5) Isn t it positive definite
R-and-T-for-two-arrays
- 程序r_t用来计算两组空间坐标点之间的旋转平移关系。调用方式如下: p1=[x11,x12,...,x1n y11,y12,...,y1n z11,z12,...,z1n] n个控制点在第一个坐标系下的坐标 p2=[x21,x22,...,x2n y21,y22,...,y2n z21,z22,...,z2n] n个控制点在第二个坐标系下的坐标 RT=r_t(p1,p2) 两个坐标系直接的旋转平移关系,表示方式为RT=[R T] 注:p1和p2也可提供齐次坐标-for RT
LW_utux0_2
- function [ue,un]=LW_utux0_2(v,dt,t) 一个简单的双曲型偏微分方程: ut + ux = 0 初始条件为: u(x,0) = exp[-10(4x-1)^2] 边界条件为: u(-1,t)=0,u(1,t)=0. 本题要求: 使用Lax-Windroff格式,选择 v=0.5, 计算并画出当dt=0.01和0.0025时, 方程在t=0.5,x在(-1,1)时的数值解和精确解 输入: v--即a
UPW_utux0
- function [ue,un]=UPW_utux0(v,dt,t) 一个简单的双曲型偏微分方程: ut + ux = 0 初始条件为: u(x,0) = 1, x≤0 0, x>0. 边界条件为: u(-1,t)=1,u(1,t)=0. 本题要求: 使用迎风格式,选择 v=0.5, 计算并画出当dt=0.01和0.0025时, 方程在t=0.5,x在(-1,1)时的数值解和精确解 输入: v--即a*dt/dx
tmq.lp
- 随机取向粒子的t-matrix程序,M. Mishchenko-T-Matrix code for randomly oriented particles by M. Mishchenko
lpd
- lpd 程序用于随机取向的T-Matrix 程序-lpd code for randomly oriented T-Matrix code