登录
首页 » matlab » NN

NN

于 2017-11-02 发布 文件大小:1KB
0 230
下载积分: 1 下载次数: 0

代码说明:

说明:  实现对信号的编码,将向量reshape成矩阵 ,另一个是解码(reshape vector x to matrix X, add a row and a column to X)

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

发表评论

0 个回复

  • 电池SOC的UKF算法估计
    说明:  电池SOC的UKF算法估计,实时对电池荷电状态进行估计和控制。(UKF Algorithm of SOC is used to estimate and control the state of charge of battery in real time.)
    2021-03-07 23:59:29下载
    积分:1
  • 环焦天线代码
    可以直接通过代码生成抛物面天线的曲线方程(The curve equation of parabolic antenna can be generated directly by code.)
    2018-06-15 14:41:50下载
    积分:1
  • power_13NodeTestFeeder
    十三节点模型,已经搭建好的模型。用于微电网仿真(Power system three-machine nine-node model, simulation based on module construction, simulink)
    2021-03-18 21:49:19下载
    积分:1
  • ADS8364-EVM
    ads8364 AD Convert Board EVM
    2012-04-01 23:53:35下载
    积分:1
  • Python编写的程序,用于计算给定数字的阶乘 factorial
    说明:  這是一個用編程語言Python編寫的程序,用於計算給定數字的階乘。(This is a program written in the programming language Python that calculates the factorial of a given number.)
    2020-06-18 01:00:01下载
    积分:1
  • Visual C# 隐藏、显示开始按钮
    C# 隐藏、显示开始按钮,把Windows的开始菜单隐藏起来,看不到“开始”菜单了,Windows7则隐藏了窗口图标,不过这样会很不方便哦,本源码只是学习C#与Windows之间的相关编程技巧,下面的代码实现了隐藏显示开始菜单的功能:   [DllImport("user32.dll")]//寻找窗口列表中第一个符合指定条件的顶级窗口   public static extern int FindWindow(string lpClassName, string lpWindowName);   [DllImport("user32.dll")]//在窗口列表中寻找与指定条件相符的第一个子窗口   public static extern int FindWindowEx(int hWnd1, int hWnd2, string lpsz1, string lpsz2);   [DllImport("user32.dll")]//控制窗口的可见性   public static extern int ShowWindow(int hwnd, int nCmdShow);   private void button1_Click(object sender, EventArgs e)   {    if (radioButton1.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_HIDE);//隐藏开始按钮    else if (radioButton2.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_SHOW);//显示开始按钮   }
    2022-05-20 11:42:02下载
    积分:1
  • mega128的 书上的 电子时钟
    mega128的 书上的 电子时钟-mega128 book electronic clock
    2023-07-08 09:05:03下载
    积分:1
  • diamond4
    说明:  可以实现读取气象micaps-diamond4类数据(It can read weather MICAPS diamond 4 data)
    2020-03-20 14:58:12下载
    积分:1
  • 新建文件夹
    说明:  kalker的轮轨黏着fastsim程序,输入参数可以使用。(Wheel rail adhesion fastsim program.)
    2020-11-02 22:05:43下载
    积分:1
  • 基于ODBC的数据库备份及恢复
    基于ODBC的数据库备份及恢复 -based ODBC database backup and recovery
    2022-04-21 10:07:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载