-
shuzhi
通过matlab这一仿真软件对数值算法中的数值微分进行了编码计算(Matlab simulation software by the numerical algorithm in the numerical calculation of the differential encoded)
- 2010-09-27 16:23:29下载
- 积分:1
-
PAM_DS_UWB
直接序列超宽带信号的功率谱密度,其中包括直接序列超宽带信号的产生以及时域频域波形(Direct-sequence ultra-wideband signal power spectral density, including direct sequence ultra-wideband signal generation and frequency domain waveform)
- 2010-05-24 11:12:47下载
- 积分:1
-
ELM
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1
-
Vehicle-Tracking-System
Abstract—This paper describes a new approach for a course
and laboratory designed to allow students to develop low-cost
prototypes of robotic and other embedded devices that feature
Internet connectivity, I/O, networking, a real-time operating
system (RTOS), and object-oriented C/C++.
- 2014-10-16 16:42:01下载
- 积分:1
-
isentropic_vortex
matlab环境下编写的求解等熵涡问题,属于CFD入门级代码(matlab environment prepared isentropic vortex problem solving, is the entry-level CFD code)
- 2020-12-08 19:29:20下载
- 积分:1
-
seg
This is a MATLAB code for segmentation of any image. Initially the image is converted from RGB to greyscale image and then segmantation is done.
- 2009-06-20 21:48:57下载
- 积分:1
-
exm1052_1
本例演示:如何依靠图形窗的 UserData 属性传送用户控件的图柄,从而保证回调动作正确执行。(the cases demonstrate : how to rely on the graphics window UserData attributes transmission users control plans handles, callback action so as to ensure correct implementation.)
- 2006-07-12 10:44:29下载
- 积分:1
-
DMC
DMC的matlab实现,很实用的matlab代码(DMC s matlab realize, very practical matlab code)
- 2013-01-31 11:21:25下载
- 积分:1
-
Desktop
说明: newmark法计算多自由度响应,输入刚度、质量、阻尼矩阵,还有激励矩阵,即可求出响应(The Newmark method is used to calculate the multi degree of freedom response. The response can be obtained by inputting stiffness, mass, damping matrix and excitation matrix)
- 2020-10-24 09:44:03下载
- 积分:1
-
works
该程序允许操作者用鼠标画出任意种桁架,然后求解,最后以图形方式输出结果。(The program allows the operator to use the mouse to draw any kind of truss, and then solving, and finally output the results graphically.)
- 2010-05-06 22:37:52下载
- 积分:1