资源列表
1D conduction-Gause Siedel
- 1D conduction-Gause Siedel
MMSE
- 计算 MMSE 以及 维纳滤波器方法, 用于维纳滤波器设计以及均方差估计(Computing MMSE and Wiener filter method Design of Wiener filter and estimation of mean square variance)
Desktop
- 冒泡排序;选择排序;直接插入排序;二分法插入排序 topsis和ahp方法(Bubble sort; select sorting; direct insertion sort; dichotomy insertion sort. topsis ahp)
s1LMS
- z自适应滤波LMS NLMS与SLMS对比分析(Comparison and analysis of Z adaptive filtering LMS NLMS and SLMS)
SCFDE11_14
- 该程序是对单载波频域均衡的仿真,包括用LS算法进行信道估计以及独特字的仿真(The program is the simulation of single carrier frequency domain equalization, including the LS algorithm for channel estimation and the simulation of unique characters.)
SVM
- 采用SVM高斯核,对样本进行分类,输入训练集和测试集,输出SVM分类准确率,采用10折交叉验证(This matlab code uses the SVM(support Vector Machine)to classify, and as the same time it uses the cross validation mathod.)
62382640SAD
- 基于MATLAB的SAD算法的仿真与分析,matlab代做,hslogic.(Simulation and analysis of SAD algorithm based on MATLAB, matlab generation, hslogic)
ECG
- 基于matlab平台,利用差分检波法与阈值检波法实现心电信号QRS波自动定位(Based on matlab platform, using differential detection method and threshold detection method to achieve automatic positioning of QRS wave of ECG signal)
Energy_Detection
- Energy detection for coherent and non-coherent modulation AWGN channel
radar
- 主要用于读名仕达公司SA雷达基数据,可以读取反射率、径向速度和谱宽(read SA radar base data)
third
- 数字信号处理 基四FFT编程 matlab 软件使用(Digital image processing base four FFT programming)
K-means
- K-means算法是硬聚类算法,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。K-means算法以欧式距离作为相似度测度,它是求对应某一初始聚类中心向量V最优分类,使得评价指标J最小。算法采用误差平方和准则函数作为聚类准则函数。(The K-means algorithm is a hard clustering algorithm, which is representative of the prototy