-
MATLAB2660
matlab设计教程,主要是信号处理的代码实例(matlab design tutorials, mainly signal processing code examples)
- 2008-08-12 14:27:09下载
- 积分:1
-
Target-Tracking-with-UKF
说明: 应用无迹卡尔曼滤波较好的实现单目标跟踪。(Unscented Kalman filter applied to achieve good single-target tracking.)
- 2011-02-18 10:29:05下载
- 积分:1
-
sensitivity_polyfilt_mri
多线圈并行采集技术极大地缩短了扫描时间,敏感度编码(sensitivityencoding,SENSE)技术就是其中的代表(Many coil parallel sampling technology greatly shorten the scanning time, sensitivity encoding (sensitivityencoding, SENSE) technology is one of the representative, coil parallel sampling technology greatly shorten the scanning time, sensitivity encoding (sensitivityencoding, SENSE) technology is one of the representative)
- 2012-08-06 16:50:32下载
- 积分:1
-
PF-Matlab--simulated-software
比较了粒子滤波、kalman滤波和粒子滤波的性能不同,通过实例进行了仿真。( the different between UKF KF and PF basedon Matlab simulated software.give some samples about the case.)
- 2013-05-21 00:05:01下载
- 积分:1
-
Chapter6
数值解法
例1 用改进的欧拉方法求一阶方程初值问题的
数值解
例2 数学摆的运动方程与近似方程数值解比较
例3 四阶龙格库塔公式求数值解
Matlab实现求数值解
例1 求初值问题y =x*sin(x)-y,y(0)=0的数值
解.先编辑一个定义方程的ODEF函数文件
ODEfun1.m.
例2 求方程组初值问题的数值解,按指定步长
0.05划分节点.
例3 按指定的精度求高阶方程初值问题的数值解.(Numerical Solution of the law a method of using the improved Euler' s equation of order to a first-order initial value problem of the numerical solution of cases of two mathematical pendulum equations of motion compared with the approximate numerical solutions of equations of three cases of fourth-order Runge-Kutta numerical solution of the formula Matlab order to achieve the numerical solution of demand cases seeking an initial value problem y ' = x* sin (x)-y, y (0) = 0 the numerical solution. first, the definition of an equation editor ODEF function file ODEfun1.m. cases of two demand equations initial value problem of numerical solution, according to the specified division of the node step 0.05. Example 3 according to the specified precision of seeking higher-order equation of the numerical solution of initial value problem.)
- 2010-02-05 23:14:41下载
- 积分:1
-
modmapfuctionforaskfskmskpsk
利用modmap函数对ask、fsk、msk以及psk进行使用说明(use modmap function ask, fsk, msk and psk for use)
- 2006-12-19 08:55:01下载
- 积分:1
-
FDTD_2D_Yee_2D_TM_final1
用matlab编写的2维FDTD算法程序,与大家共享(using Matlab prepared by the two-dimensional FDTD algorithm procedures, and share)
- 2007-04-21 19:04:01下载
- 积分:1
-
test
This program in matlab encrypts the image in frequency domain
- 2013-02-23 20:57:23下载
- 积分:1
-
声音信号MUSIC算法matlab程序
说明: 用于二维声源定位的music算法matlab程序,可实现二维平面声源定位(Matlab program of music algorithm for two-dimensional sound source localization can realize two-dimensional plane sound source localization)
- 2020-12-17 12:49:11下载
- 积分:1
-
RNN用于二进制验证
%标题:二进制循环神经网络(RNN)
%用途:基本的RNN,预测添加2个二进制数字
%
%方程:a + b = d 比较真正的标签c => Error = ??
%8 + 16 = 25 ?? 与真标签相比较24 => Error = 1
%
%a和b是输入,最多加到d。 然后两者都是
%与真实标签c进行比较。 然后出错
反向传播通过时间反向传播
%(BPTT)算法。
%
%输入:a,8位二进制向量,例如 [0,0,0,0,1,0,0,0] = 8
%b,8位二进制向量,例如。 + [0,0,0,1,0,0,0,0] = + 16
%---------------------------------
%输出:d,8位二进制向量,例如 [0,0,0,1,1,0,0,0] = 25
%标签:c,8位二进制向量,例如 - [0,0,0,1,1,0,0,1] = - 24
%---------------------------------
%Error = 1
- 2022-02-22 04:33:14下载
- 积分:1