-
RoboticToolbox
对于工程应用上的机械臂,robotictoolbox工具箱是一个非常通用的仿真软件,集成了运动学,动力学等特性。用Matlab程序编写!(For engineering applications on the robot arm, robotictoolbox Toolbox is a very generic simulation software, integration of kinematics, dynamics and other characteristics. Programming with Matlab!)
- 2020-11-04 20:39:51下载
- 积分:1
-
NavierCode
This code is the Navier Method for analyzing a plate for those who are familiar with the theory of "plates and shells".
- 2013-12-03 08:35:13下载
- 积分:1
-
sha-1
protect digital images using secure hash
- 2014-02-02 06:50:15下载
- 积分:1
-
regiongrow0
这是一个完整的区域生长程序,不需要调用其他函数(This is a complete program of regional growth, no need to call other functions)
- 2010-10-08 17:15:42下载
- 积分:1
-
matlab
m a t l a b 编 程 实 例!(matlab program)
- 2009-05-24 19:53:56下载
- 积分:1
-
Wireless_OFDM.tar
implementation of OFDM
- 2012-06-16 11:23:47下载
- 积分:1
-
Matlab-Example-Programs
a pack of software for vibration analyse and testing
- 2013-07-10 03:13:30下载
- 积分:1
-
ga-tool1
基于matlab的关于遗传算法的一些重要的函数的m文件,供读者参考
(Based on some of the important matlab m file on genetic algorithm function for readers reference)
- 2013-12-23 14:16:47下载
- 积分:1
-
xinghaofengxi
数字信号处理-理论、算法与实现 一书中所涉及到的绝大部分算法。
Dsp_c C语言编写的算法程序。
Dsp_fortran FORTRAN语言编写的算法程序。
Dsp_matlab用MATLAB编写的信号处理程序,包含本书各个章节的
大部分例题。(" Digital Signal Processing- Theory, Algorithm and Implementation of a book related to most of the algorithm. The DSP_C C language algorithm. Dsp_fortran FORTRAN language written algorithm. Dsp_matlab prepared using MATLAB signal processing procedures, including most of the examples of the various chapters of the book.)
- 2013-04-24 21:13:43下载
- 积分:1
-
fft_plot
routine to take the Fourier transform of a signal and plot both the time and frequency domain representations. Typical use:
>> n = 100 number of data points
>> dt = 0.01 spacing between samples
>> t = 0:dt:(n-1)*dt time vector
>> y = sin(2*pi*10*t) 10 Hz sin wave
>> fft_plot(y,dt) plot of signal in time and frequency domain
- 2009-06-23 06:04:38下载
- 积分:1