-
Control-of-an-Inverted-Pendulum
model of Inverted Pendulum
- 2012-09-17 02:35:32下载
- 积分:1
-
0000
西安电子科技大学精品课程——数字信号处理.《数字信号处理教程——MATLAB释义与实现》
本教程系统地讲解了数字信号处理的基本理论和方法,注重物理概念的阐述,尽量把MATLAB的多媒体功能用于图形、动画和声音等形象的演示,是一本自始至终使用MATLAB来阐述问题和进行计算的数字信号处理教材。(Xi' an University of Electronic Science and Technology Courses- digital signal processing. " Digital signal processing tutorial- MATLAB interpretation and implementation" of the tutorial system to explain the basic theory and methods of digital signal processing, focusing on elaborate physical concepts, try to MATLAB multimedia functions for graphics, animation and sound, and image presentation, is a problem throughout to illustrate the use of MATLAB to calculate and digital signal processing materials.)
- 2013-12-20 20:45:08下载
- 积分:1
-
PUMA560
这个一个MATLAB的小程序,PUMA560的一个控制仿真界面(This a little MATLAB program, PUMA560 a control simulation interface)
- 2013-12-22 15:20:19下载
- 积分:1
-
QTA
该文件是定性趋势分析代码,可以自动根据准确率要求自动选择阈值,拟合数据变化趋势,预测数据变化(This file is a qualitative trend analysis code that can automatically selected automatically based on the accuracy of the threshold requirements, fitting the data trends, forecasting data changes)
- 2021-04-11 18:28:57下载
- 积分:1
-
AISDecoder
AIS定位、速度、航向数据解析。可以批量解析并保存。(AIS data decoder。)
- 2021-03-17 20:49:20下载
- 积分:1
-
Matlab-dtmf
dtmf的matlab实现.包含理论分析.适合初学者.(DTMF to achieve the matlab. contains theoretical analysis. suitable for beginners.)
- 2008-12-24 11:52:37下载
- 积分:1
-
LDPC
LDPC编码的matlab实现,好用,利于初学者。(LDPC coding matlab implementation, easy to use, help for beginners.)
- 2010-11-26 05:32:22下载
- 积分:1
-
induction_motor-parameters
power engineering field
calculating induction motor parameter by Mfile code in Matlab
- 2013-07-18 16:53:36下载
- 积分:1
-
RankOfClutter
求杂波秩的Matlab源代码,特别是针对强杂波的环境下,所以有需要的兄弟可以下载这个参考一下,呵呵 (For clutter rank Matlab source code, especially against strong clutter environment, hence the need for the brothers can download this reference, huh, huh)
- 2008-12-17 16:57:50下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1