资源列表
MATLAB实现卷积运算
- 信号的相关运算。信号的加噪声,去噪声。为一个M头文件
TwIST_v2
- % demo_l2_l1 - This demo illustrates the TwIST % algorithm in the l2-l1 optimization problem % % xe = arg min 0.5*||A x-y||^2 + tau ||x||_1 % x % % where A is a generic matrix and ||.||_1 is the l1 norm. % After obtaining the solution we implement a
量子计算常用函数例程库
- 很好的量子计算常用函数例程库
灰度及彩色图像Bilateral滤波实现边缘保留的平滑处理源代码
- 对原始图像进行滤波处理
粒子滤波算法
- 粒子滤波算法完整程序
SAR 点目标仿真
- 简单的SAR的点目标仿真程序,没有进行距离校正
雷达跟踪kalman滤波
- 雷达跟踪飞行目标,在存在测量干扰的情况下使用Kalman滤波估计飞行轨迹。使用matlab2010
802.11a仿真程序
- 802.11a仿真程序,ofdm,从发射到信道到接受
BPSk信号的matlab仿真 包括调制解调匹配误码等
- BPSk信号的matlab仿真 包括调制解调匹配误码等m代码
EasyEnsemble
- EasyEnsemble and BalanceCascade are two class-imbalance learning methods. They can adaptively exploit the majority class examples, avoiding important majority class examples to be ignored by common under-sampling while maintaining the fast training s
波束形成算法LMS的源码
- 波束形成算法LMS的源码