资源列表
feature_extraction
- function [ff] = featurextraction(Broi,I), where Broi is a binary mask of the grayscale image I. The resut ff is a matrix containg the glcm and lbp features of the image I over the binary mask.
pdf_use_GramCharlier
- 用著名的Gram-Charlier级数展开画变量的概率密度曲线或累积分布曲线。在程序中可选。需要用到6阶半不变量。-Use the famous painting Gram-Charlier series expansion to plot the probability density curve or cumulative distribution curve. Need to use 6-order half-invariant.
Untitled2
- 通信原理中基带信号和基带信号的频谱仿真代码,正确可以用-Communication Theory baseband spectrum simulation code signal and a baseband signal, you can use right
gldfx
- 灰度分析法,此程序为MATLAB程序,用于关键节点识别的灰度分析法-Gray analysis method, the program for the MATLAB program, applied to identify the key node of the gray analysis method
STICK
- STICK Calculation of the tip of a pointer with 2 markers in known positions [TIP,D]=STICK(P1,P2,RL) calculates the instantaneous trajectory of the tip of the stick mounting the markers with trajectories P1 and P2 and having the tip at the d
FFLOF
- 基于统计的离群度计算,可以筛选任意数量数据的离群点。-Calculated based on the degree of statistical outlier, you can filter any number of outlier data.
lqr_matalb
- Control of system using LQR
Untitled1
- 产生均匀分布的白噪声序列,并且求取其均值和方差。-White noise sequence uniformly distributed seek the mean and variance
duifen
- 研究生教学课程中的数值分析里面的一种方法示例,该方法为对分法,为课后习题的算法演示-Graduate teaching courses in numerical analysis example inside a method, this method is the half method for after-school exercises algorithm demo
tTest
- T检验,用于差异表达基因的筛选,参数可以自行设置-T test
m
- 基于RFE-SVM进行两类的特征提取算法,能够提取出最佳的变量,已经经过测试,绝好的算法-two kinds of feature extraction algorithm based on RFE-SVM, it can extract the best variables,it has been tested,it is the best algorithm
kuan去除相干斑
- 经典的KUAN算法,可以用来去除SAR图像中的相干斑噪声,修改加载的图片路径后可以直接运行。