资源列表
block_interlacement
- matlab实现块交织模块(CDMA系统交织模块)
Richardson
- 里查得森(Richardson)法解偏微分方程的程序。解的是定步长的抛物型偏微分方程: du/dx - a * d2u/dx2 = 0 在程序中可以更改 a 的值以实现不同系数的解。由于它是一种显式格式,解的结果不稳定 在Matlab7下面运行发现竟然有一些值达到十的几十次方,这是算法本身决定的。不是程序有错误
lglrczf
- 数值算法中数学计算的拉格朗日插值法演示代码。-Numerical algorithm in the mathematical calculation of Lagrange interpolation demo code.
spline
- 用于求解三次样条拟合!!!程序经过优化处理,运行速度快,且注释完全易于阅读,欢迎大家下载-Used to solve the cubic spline fitting! ! ! Optimized procedures to deal with, fast, and completely easy-to-read notes, welcome you to download! !
Fft
- 实现快速傅里叶变换,可以帮助您实现与地震资料有关的数据处理。-Fast Fourier transform, can help you achieve the seismic data and related data processing.
MatrixOperation
- 矩阵的 加减乘 转置运算 ,没有平台要求 添加头文件直接调用即可-Addition and subtraction, multiplication matrix transpose operation, there is no platform requirements can direct calls to add the header file
RBF
- matlab环境下的RBF神经网络用于函数逼近-matlab environment RBF neural network for function approximation
Wiener
- 本程序实现了基于最佳维纳滤波器的盲解卷积算法。维纳滤波将地震子波转换为任意所需要的形态。例如,像反滤波一样,可以设计维纳滤波器将地震子波转换为尖脉冲。但维纳滤波不同于反滤波,它是在最小平方的意义上为最 佳。基于最佳纳滤波理论的滤波器算法是人们熟知的维纳一莱文逊(Wiener—Levinson)算法。本程序提供了五种期望输出:零延迟尖脉冲;任一延迟尖脉冲;时间提前了的输入序列;零相位子波;任意期望波形。-Wiener—Levinson algorithm used in wiener filt
DCOPF
- DCOPF with GAMS algorithm
adaptive-weighting-pos
- 改程序是自适应的粒子群算法,修改参数就可用。-The reform program is adaptive particle swarm optimization, parameter can be used to modify.
poisson
- MATLAB下描述随机过程中的泊松过程,精要简单易懂-Poisson process
Modularity
- 复习网络社团划分检测的模块度Q的实现。注意根据代码设计社团的数据结构。-Modularity Q。