登录
首页 » Matlab » 基于人工神经网络代码

基于人工神经网络代码

于 2022-02-26 发布 文件大小:7.48 kB
0 25
下载积分: 2 下载次数: 1

代码说明:

是信号处理的基础,GPS和INS组合导航程序,PLS部分最小二乘工具箱,有较好的参考价值,验证可用,用于图像处理的独立分量分析。

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

发表评论

0 个回复

  • Binary-text-digital-image
    提出了一种可抗 几何攻击的二值文本图像水印算法. 该算法基于DCT,它将二值图像的DCT、图像的视觉特征向 量和加密技术有机结合起来,在提取水印时不需要原始图像,是一种实用的盲水印算法(We propose a geometric attacks against Binary Text Watermarking Algorithm. The algorithm is based on DCT, it binary image DCT, the image of the visual feature vector and encryption technology combine in the watermark without the original image is a practical blind watermarking algorithm)
    2011-05-15 23:33:02下载
    积分:1
  • MATLAB1
    基于m序列的直接扩频系统的仿真(程序格式是文本文档,解压后将代码拷贝近MATLAB中,即可运行)(Based on direct sequence spread spectrum system m simulation (program format is a text document, copy the code after decompress nearly MATLAB, you can run))
    2011-05-17 09:08:35下载
    积分:1
  • C2G2FSnake
    this program treat image processing and segmentation methods and can help for functions which concern segmentation, snakes (active contours)
    2014-08-31 01:16:38下载
    积分:1
  • Simulink-Simulation-tutorial
    matlab simulink的仿真教程 也是比较好的 (matlab simulink simulation tutorial is good)
    2011-10-14 22:28:50下载
    积分:1
  • 1112222
    用移位寄存器实现M序列、逆M序列的Matlab程序 (Using shift registers to realize M sequence, inverse M sequences of Matlab program)
    2011-12-17 10:15:15下载
    积分:1
  • froot
    牛顿法求解一元三次方程的matlab 的程序,可以在十秒内求解任意一元三次方程(Newton s method for cubic equations)
    2013-08-11 17:33:13下载
    积分:1
  • Optimal-Decision-Boundaries-for--QAM
    Optimal Decision Boundaries for -QAM
    2014-02-20 10:15:56下载
    积分:1
  • GAforWTA
    用matlab编写的求解武器目标分配的遗传算法程序(Using matlab to solve the distribution of weapons and target the genetic algorithm)
    2016-02-18 02:23:48下载
    积分:1
  • MATLAB_高斯模型
    用高斯模型算法来处理视频,提取前景信息,适合动态背景(Gauss model algorithm is used to process video and extract foreground information, which is suitable for dynamic background)
    2017-09-18 12:37:55下载
    积分:1
  • BBHE算法
    function BBHE2%UNTITLED 此处显示有关此函数的摘要%   此处显示详细说明 clc;   clear all   close all;  I0=imread("E:图像处理数据ceshiceshi5(0).jpg");                 %读入JPG彩色图像文件  if size(I0,3)==3      I=rgb2gray(I0);  else       I=I0;  end  % figure,imshow(I);  % title("灰度图")   meanv=floor(mean(I(:)));  [m,n]=size(I);  %测量图像尺寸参数  pl=zeros(1,meanv);     pu=zeros(1,256);%预创建存放灰度出现概率的向量  nl=0;  nu=0;  for i=1:m      for j=1:n          if I(i,j)
    2023-02-27 17:15:03下载
    积分:1
  • 696522资源总数
  • 104044会员总数
  • 20今日下载