-
Lecture8_exc_2
electric motor with torque speed control
- 2012-03-23 02:54:53下载
- 积分:1
-
lianxi
用来实验验证c转换为汇编的效率,本代码为一个简单的小延时,通过不同德c代码,转换成汇编,看他们的大小,和执行效率(C is used to convert the experimental verification of the efficiency of assembly, the code for a simple little delay, through different de c code into assembly, to see their size, and efficiency)
- 2011-01-13 09:46:33下载
- 积分:1
-
English-CS
English COMPRESSED sENSING
- 2014-02-20 08:39:19下载
- 积分:1
-
matlab
本书以最新版的MATLAB6为依据,详细介绍了MATLAB的基础知识及其在图形绘制和图像处理方面的应用(The book is based on the latest version of MATLAB6, details the basics of MATLAB and its graphics rendering and image processing applications)
- 2010-11-09 10:47:10下载
- 积分:1
-
energy-detection
说明: 本程序给出了认知无线电中的能量检测方法,并实现了在不同的虚警概率下的检测性能比较。(This procedure gives the method of energy detection of cognitive radio , and the comparison of detection performance at different false alarm probability .)
- 2011-03-10 19:14:15下载
- 积分:1
-
matlab
程序相当有用,可用于数学建模中。数据是实例,程序浅显易懂。(Program is useful for mathematical modeling. Data instance, the program easy to understand.)
- 2013-09-07 09:44:59下载
- 积分:1
-
threeDsvpwm7
三维空间矢量调制算法的仿真实例。3D-SVPWM(Three-dimensional space vector modulation algorithm simulation examples. 3D-SVPWM)
- 2021-01-19 19:38:42下载
- 积分:1
-
SHT
说明: shtXX 实际应用样例,有详细中文说明,已经调试验证过(shtXX the practical application of the sample, a detailed explanation in Chinese, has been verified debugging)
- 2011-03-07 22:37:13下载
- 积分:1
-
work_0702281019_01
MATLAB source code:
This function implements the *(int*)(&float_var).(MATLAB source code : This function implements the* (int*) ()
- 2007-02-28 10:19:45下载
- 积分:1
-
svcm_run
support vector classification machine
% soft margin
% uses "kernel.m"
%
% xtrain: (Ltrain,N) with Ltrain: number of points N: dimension
% ytrain: (Ltrain,1) containing class labels (-1 or +1)
% xrun: (Lrun,N) with Lrun: number of points N: dimension
% atrain: alpha coefficients (from svcm_train on xtrain and ytrain)
% btrain: offest coefficient (from svcm_train on xtrain and ytrain)
%
% ypred: predicted y (Lrun,1) containing class labels (-1 or +1)
% margin: (signed) separation from the separating hyperplane (Lrun,1(support vector machine classification% s oft margin% uses "kernel.m"%% xtrain : (Ltrain, N) with Ltrain : number of points N : % ytrain dimension : (Ltrain. 1) containing class labels (-1 or 1)% xrun : (Lrun, N) with Lrun : number of points N : % atrain dimension : alpha coefficients (from svcm_train on xtrain and ytrain)% btrain : offest coefficient (from svcm_train on xtrain and ytrain)%% ypred : predicted y (Lrun. 1) containing class labels (-1 or 1)% margin : (signed) separation from the separating hyper plane (Lrun, 1)
- 2007-03-03 10:59:12下载
- 积分:1