登录
首页 » Matlab » 利用移动平均法识别降雨的模式识别

利用移动平均法识别降雨的模式识别

于 2022-02-03 发布 文件大小:1.92 kB
0 140
下载积分: 2 下载次数: 1

代码说明:

应用背景模式识别或分类,使用移动平均是一种技术,在人工智能中,获得隐藏的已知数据的模式和;关键技术MATLAB是建立在数学的工作,它可以计算的数学方程。在这个例子中,我们分类的降雨数据得到降雨   隐藏模式;

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Conveyor_belt_simu
    Conveyor belt simulation and save data
    2011-05-02 19:56:35下载
    积分:1
  • bpskII
    BPSK MATLAB仿真程序。。。。。。。。。。。。不包括误码率计算(BPSK MATLAB simulation program............ Does not include bit error rate)
    2015-01-06 22:47:12下载
    积分:1
  • MIMO_OFDM
    MIMO-OFDM的多信道同步技术仿真,多发送和多接收部分。(MIMO-OFDM simulation of multi-channel synchronization, multi-transmit and multiple receive section.)
    2013-11-30 00:35:45下载
    积分:1
  • 音频丢帧恢复
    对一段存在丢失数据的音频做错误隐藏,分别使用静音替代、噪声替代、复制替代三种方式。
    2023-01-28 23:45:04下载
    积分:1
  • For-ncomplex-indllSt.rar
    模型是进行控制与稳定性分析的基础,可以服务于仿真、系统行为分析、系 统内在机理分析、控制、预测、监督与故障诊断等目的。因此,建立系统的模型 已成为许多科学研究与工程实施的首要问题。(Model is the basis for control and stability analysis, can serve simulation, system behavior analysis, the internal mechanism of the system analysis, control, forecasting, monitoring and troubleshooting purposes. Therefore, the establishment of the system model has been implemented for many scientific and engineering the most important issue.)
    2013-10-17 09:54:51下载
    积分:1
  • erweihundun
    本文提出了基于二维混沌映射的数字图像水印算法,混沌具有随机性、似噪声及对初始条件的极端敏感性等特点。将经过二维混沌映射置乱后的数字水印信号嵌入图像小波域的低频系数,实现了数字水印的隐蔽性、保密性和稳固性;利用二维混沌映射Arnold变换对水印信号进行置乱,不仅增强了水印信号保密性,同时有效提高了视觉上抵抗图像剪切攻击的能力(failed to translate)
    2013-05-06 17:24:47下载
    积分:1
  • adapt
    基于LMS算法的两路信号的典型自适应噪声对消求解,程序已调试可运行,结果准确。(Adaptive Noise LMS algorithm based on a typical two-way signal cancellation solving, debugging procedure has been run, results are accurate.)
    2014-02-24 11:10:08下载
    积分:1
  • T-S模糊控制
    clear;close all;  %----------------设定计算步数和精度----------------%  step=1000;            %步数  err=0.00001;          %精度  eps1=0.001;  %----------------数据生成----------------%  k0=0:step+1;  %u=sin(2*pi.*k0/step*10);  u=rand(1,step+2)*2-1;  y=zeros(1,step+2);  y(1)=0;  y(2)=0;  for t=1:step      y(t+2)=y(t+1)*y(t)*(y(t+1)-2.5)/(1+y(t+1)*y(t+1)+y(t)*y(t))+u(t+1);  end  %----------------绘制输入及输出信号波形----------------%  figure(1);  plot(y(3:step+2),"r");  hold;  plot(u(2:step+1),"g");%pause  legend("输出y","输入u");  %----------------初始化隶属函数----------------%  c=[-4,-3,-2,-1,0,1];  U=zeros(6,step+2);  for t=1:step+2      if(y(t)
    2022-09-28 16:45:03下载
    积分:1
  • 双线性滤波器
    一个双线性滤波器的设计,用MAtlab编的 (A bilinear filter design, Matlab series)
    2008-12-18 00:09:59下载
    积分:1
  • Competitive_learning
    说明:  matlab编写的[数据挖掘]分类算法Competitive_learning算法。(Matlab prepared by the [data mining] classification algorithm Competitive_learn ing algorithm.)
    2005-12-29 14:55:09下载
    积分:1
  • 696516资源总数
  • 106794会员总数
  • 11今日下载