-
ALIP_NILM-master
说明: 非侵入式负荷分解技术,采用REDD数据集,辅助线性整数规划(An aided linear integer programming (ALIP) non-intrusive load monitoring (NILM) algorithm.)
- 2019-07-05 15:10:21下载
- 积分:1
-
speachsingalsfujianfa
用MATLAB来实现谱减法降噪。有源程序和降噪先后的语音信号,有实验的结果图(Use MATLAB to achieve spectral subtraction noise reduction. There has voice source and noise signals, there are experimental results of Figure)
- 2020-07-04 18:40:06下载
- 积分:1
-
Matlablab
matlab实现自适应滤波,分别用LMS算法和RLS算法实现系统辨识问题。(matlab adaptive filter, LMS algorithm and RLS were used algorithms for system identification problems.)
- 2010-12-11 01:31:47下载
- 积分:1
-
XN
说明: 离散时间序列的编写源代码,包含各种常用的离散时间序列,简单实用(Discrete time series of writing source code, including a variety of commonly used discrete time series, simple and practical)
- 2013-10-29 16:10:10下载
- 积分:1
-
灰色神经网络的预测算法—订单需求预测
说明: 预测在不同情况下的订单需求的模型,利用神经网络来建模(The model of forecasting order demand in different situations is established by neural network)
- 2021-03-05 12:39:58下载
- 积分:1
-
贝叶斯算法
load "iris.csv";tictraining_set = [iris(1:ceil(50*2/3),:); iris(51:50 + ceil(50*2/3),:); iris(101:100 + ceil(50*2/3),:)];%取每类的前2/3作为训练集 ceil用于提高效率test_set = [iris(ceil(50*2/3) + 1:50,:); iris(51 + ceil(50*2/3):100,:); iris(101 + ceil(50*2/3):150,:)];%取每类的后1/3作为测试集class1 = test_set(:,5);%记录类标,class1是一个行矩阵class1test_set(:,5) = 0;%便于计算准确度rows1 = find(training_set(:,5) == 1);%找出training_set(:,5) == 1的位置meanValue1 = mean(training_set(rows1,1:4));%计算一到四列的均值stdValue1 = std(training_set(rows1,1:4));%std(x) 算出一到四列的标准偏差。 x可以是一行的matrix或者一个多行matrix矩阵。如果只有一行,那么就是算一行的标准偏差,如果有多行,就是算每一列的标准偏差。rows2 = find(training_set(:,5) == 2);meanValue2 = mean(training_set(rows2,1:4));stdValue2 = std(training_set(rows2,1:4));rows3 = find(training_set(:,5) == 3);meanValue3 = mean(training_set(rows3,1:4));stdValue3 = std(training_set(rows3,1:4));pClass1 = size(rows
- 2022-02-12 17:10:24下载
- 积分:1
-
license
用于求解matlab排序问题,求解得效率很高,比一般的方法好哦(Matlab for solving the scheduling problem, to solve a highly efficient method than the average好哦)
- 2009-04-10 17:55:46下载
- 积分:1
-
heikkila_data
说明: 张正友摄像机标定matlab程序摄像机标定姿态估计(Zhang Zhengyou matlab camera calibration procedure is estimated camera calibration posture)
- 2008-11-09 12:26:30下载
- 积分:1
-
barweb.m
Function to plot bar graphics in matlab
- 2011-04-28 21:07:32下载
- 积分:1
-
VSNLMS
刚写完的VSNLMS程序,运行即可得结果。/可直接该参数 (VSNLMS just finish the procedure, it can run results./The parameters can be directly)
- 2007-05-22 16:17:15下载
- 积分:1