-
nf_ne
上传的是个人在学习中编写的关于行星齿轮的一个源代码(Upload individuals in the study prepared by the planetary gear of a source code)
- 2020-10-08 09:57:36下载
- 积分:1
-
readtxts
将txt中的数据导入matlab中并形成x1,y1,x2,y2...,的变量名,方便管理和调用(Read data in txt file into matlab and generate variables like x1,y1,x2,y2 and so on. Manage the variables for convenience)
- 2013-05-21 15:39:45下载
- 积分:1
-
Software-Defined-Radio-matlab
软件无线电——matlab,主要介绍软件无线电中一些MATLAB仿真(Software-defined radio- matlab, introduces some of the MATLAB simulation software-defined radio)
- 2009-09-11 23:21:12下载
- 积分:1
-
Lagrange1
说明: 已知n个自变量锁对应的函数值,可用该代码求出Lagrange唯一一个n阶差值多项式。(N independent variables are known to lock the corresponding function value, the code can be obtained only n-order differential Lagrange polynomial.)
- 2011-03-18 21:06:24下载
- 积分:1
-
BP_PID
说明: 通过复杂例子,采用误差反向传播的BP算法,实现Kp、Ki、Kd参数自整定(Through complex examples, BP algorithm of error back propagation is adopted to realize self-tuning of Kp, Ki and Kd parameters)
- 2021-01-04 18:16:47下载
- 积分:1
-
zishiyingpuxianzengqiangqi
将正弦波与宽带噪声分离开来,并提取正弦波信号(The sine wave and separated from the broadband noise, and extract the sine wave signal)
- 2010-06-21 16:16:19下载
- 积分:1
-
RoboticToolbox
这是有关机器人的一个matlab代码,相信着应该对机器人专业的同学会有用!(It is about a robot matlab code, I believe that the students should be useful robot professional!)
- 2013-08-02 15:55:03下载
- 积分:1
-
MATLAB-numerical-computation-cases
《MATLAB数值计算案例分析》一书的源程序,供大家学习。(《MATLAB numerical computation cases analysis》 s programs.)
- 2013-03-11 19:47:11下载
- 积分:1
-
OFDM_Final_Report
A MATLAB program has been written to investigate Orthogonal Frequency Division
Multiplexing (OFDM) communication systems. This program is valuable for future researchers
simulating systems that are too theoretically complex to analyze. Single-carrier QAM and multicarrier
OFDM are compared to demonstrate the strength of OFDM in multipath channels. Two
graphical user interface demonstrations show some of the basic concepts of OFDM.
- 2009-05-28 20:24:43下载
- 积分:1
-
How-Use-ODE45-to-solve-Boundary-Value-ODE
In MATLAB, usually we use function bvp4c() to solve boundary value problem (BVP) of ODE. However, we also can use function ode45() to solve BVP of ODE too. However, ode45() needs all initial values at one point. Therefore we have to construct an auxiliary function, whose input argument is the missing initial value and the return output is the given boundary value, Then we can call function fsolve() to get the missing initial value. This method is particularly efficient it the ODE has one or more parameters. Also this method is essentilal for GNU Octave, because whose function bvp4c() is not programmed for parameter ODE yet.
- 2012-06-24 04:37:26下载
- 积分:1