-
troller
说明: 高超声速飞行器的模糊CMAC神经网络控制器设计(Hypersonic vehicle fuzzy CMAC neural network controller)
- 2020-11-15 23:09:40下载
- 积分:1
-
matlab
信号的预处理,去除趋势项,以达到我们所要的信号的形式,效果比较好(Signal pre-processing to remove the trend term, we want to achieve in the form of signals, results were better)
- 2011-11-03 20:29:42下载
- 积分:1
-
STM32F0标准库文件
ST公司官方STM32F0系列标准库文件,包含有全部的库函数,如标准配置/GPIO端口配置/ADC配置/RCC时钟配置/I2C配置/UART串口配置等库函数。
- 2023-02-21 19:20:03下载
- 积分:1
-
是一个em78p153s的简单DEMO
说明: 是一个em78p153s的简单DEMO,用于输出(it is a simple em78p153s demo to applicate output)
- 2020-06-24 05:20:02下载
- 积分:1
-
MXC6020_SoftwareIIC_C8051F320
用c8051f320单片机,任选两个IO口进行模拟IIC操做,用软件IIC对加速度芯片MXC6020进行读写操作(IIC接口)(With c8051f320 Singlechip, optional two IO simulation IIC mouth fuck to do with software acceleration chip IIC on MXC6020 to read and write operations (IIC interface))
- 2007-09-25 12:52:51下载
- 积分:1
-
西门子S7-200,300,1200,1500 PLC通讯只读开源原码
西门子PLC的通信只读程序,C#版本,完全开源,测试通过可直接在项目中使用
- 2023-08-27 16:25:03下载
- 积分:1
-
normal_analysis
用于ANSYS进行模态分析的代码,可以直接运行得到坎贝尔图(ANSYS code for modal analysis can be run directly get Campbell diagram)
- 2014-03-20 00:02:45下载
- 积分:1
-
NMPCexample
非线性模型预测控制的几个例子,方便学习记忆(Several examples of nonlinear MPC)
- 2017-06-29 18:37:40下载
- 积分:1
-
锐化效果显示图像 例子
锐化效果显示图像 例子
- 2013-06-10下载
- 积分:1
-
数字图像处理滤波
#include#include#includeusing namespace std;using namespace cv;Mat image;//输入的图像矩阵Mat fImageFFT;//图像的快速傅里叶变换Point maxLoc;//傅里叶谱的最大值的坐标int radius = 50;//截断频率const int Max_RADIUS = 100;int bandWid = 40;//带宽const int MAX_BANDWID = 50;//最大带宽Mat bpFilter;//带通滤波器int bpType = 0;//带通滤波器的类型const int MAX_BPTYPE = 2;Mat fImageFFT_bpFilter;//带通傅里叶变换Mat fImageFFT_bpFilter_spectrum;//带通傅里叶变换的傅里叶谱
- 2022-01-25 21:23:28下载
- 积分:1