-
bldc
无刷直流电机模型,可以用matlab仿真(bldc MODLE)
- 2012-05-05 13:37:06下载
- 积分:1
-
Positioning-Algorithm
基本定位算法的MATLAB代码,包括LTE定位参考信号及时延估计方法(
The basic localization algorithm MATLAB code, including LTE location estimation method and delay the reference signal)
- 2021-04-22 11:48:48下载
- 积分:1
-
BM3D
说明: BMD完整代码,包括灰度图片和彩色图片的去噪、去模糊等功能,去噪效果尤为突出。(Complete code of BMD, including de-noising and de-blurring functions of gray image and color image, especially outstanding de-noising effect.)
- 2020-12-17 14:09:12下载
- 积分:1
-
BPshenjingwangluo
说明: BP神经网络,用simulink搭建模型,用于分类识别(BP neural network, using Simulink to build a model for classification and recognition)
- 2020-06-23 14:52:41下载
- 积分:1
-
shuzilvboqi
数字滤波器的源代码matlab运用大家看看吧应该有用的(Digital filter matlab source code to use it should take a look at the useful)
- 2008-01-10 17:00:08下载
- 积分:1
-
patch_7496
matlab programe for antenna patch
- 2010-10-19 00:39:34下载
- 积分:1
-
genHyper_1.2.tar
generalized hypergeometric functions for matlab (generalized hypergeometric functions for matlab)
- 2013-03-07 17:31:25下载
- 积分:1
-
代码
说明: MATLAB 代码
第1章 BP神经网络的数据分类——语音特征信号分类
第2章 BP神经网络的非线性系统建模——非线性函数拟合
第3章 遗传算法优化BP神经网络——非线性函数拟合
第4章 神经网络遗传算法函数极值寻优——非线性函数极值寻优
第5章 基于BP_Adaboost的强分类器设计——公司财务预警建模
第6章 PID神经元网络解耦控制算法——多变量系统控制
第7章 RBF网络的回归--非线性函数回归的实现
....等58章(MATLAB code
The first chapter is BP neural network data classification -- speech characteristic signal classification
The second chapter is the nonlinear system modeling of BP neural network nonlinear function fitting
The third chapter, genetic algorithm optimization BP neural network - nonlinear function fitting
The fourth chapter, neural network, genetic algorithm, function extreme value optimization nonlinear function extremum seeking
The fifth chapter is based on BP_Adaboost's strong classifier design -- the company financial early-warning model
The sixth chapter is PID neural network decoupling control algorithm multivariable system control
The seventh chapter is the regression of RBF network the realization of nonlinear function regression
.........the last is 58 chapters)
- 2020-11-06 21:09:49下载
- 积分:1
-
完整的常用数字信号调制测试例程
FIR 底通和带通滤波器和IIR 底通和带通滤波器,包括面积、周长、矩形度、伸长度,三相光伏逆变并网的仿真,直线阵采用切比学夫加权控制主旁瓣比,计算多重分形非趋势波动分析,一个很有用的程序。
- 2022-03-04 20:39:45下载
- 积分:1
-
oscsend
发送一个开放声音控制(OSC)的信息通过UDP连接
oscsend(美,路径)
oscsend(美,路径,类型,arg1的,arg2的,...)
oscsedn(美,路径,类型,[参数])
ü= UDP的对象与打开的连接。
路径=路径字符串
=同类型的参数类型的字符串,
支持:
我=整数
f=浮动
商S =串
每组空(忽略相应的参数)
余=脉冲(忽略相应的参数)
T=真(忽略相应的参数)
F=假(忽略相应的参数)
乙=布尔(不是官方:将参数为T/在F型)
不支持:
b=一滴
参数=参数所指定的类型。
示例
ü=的UDP( 127.0.0.1 ,7488)
的FOPEN(美)
oscsend(ü, /测试 , ifsINBTF ,1,3.14, 您好 ,[],[],虚假,[],[])
fclose(美)
如需关于振荡信息http://opensoundcontrol.org/。(Sends a Open Sound Control (OSC) message through a UDP connection
oscsend(u,path)
oscsend(u,path,types,arg1,arg2,...)
oscsedn(u,path,types,[args])
u = UDP object with open connection.
path = path-string
types = string with types of arguments,
supported:
i = integer
f = float
s = string
N = Null (ignores corresponding argument)
I = Impulse (ignores corresponding argument)
T = True (ignores corresponding argument)
F = False (ignores corresponding argument)
B = boolean (not official: converts argument to T/F in the type)
not supported:
b = blob
args = arguments as specified by types.
EXAMPLE
u = udp( 127.0.0.1 ,7488)
fopen(u)
oscsend(u, /test , ifsINBTF , 1, 3.14, hello ,[],[],false,[],[])
fclose(u)
See http://opensoundcontrol.org/ for more information about OSC.)
- 2011-05-15 17:56:03下载
- 积分:1