-
controlsystemz
digital control systems in Z on Matlab
- 2010-11-19 11:55:09下载
- 积分:1
-
vector-control-of-asynchronous-motor
介绍了坐标变换在异步电机中的应用条件和原则,以便能够快速地在异步电机中选择合适的坐标,提高工作效率.并结合异步电机矢量控制存MT坐标系中变换后,可类似于直流电机的转矩电流分量和磁场电流分量(the vector control of asynchronous motor based on the right coordinate)
- 2014-12-04 18:17:03下载
- 积分:1
-
CNN
混沌系统的简介以及神经网络的MATLAB实现(Chaotic system and the neural network of MATLAB)
- 2015-03-19 20:30:10下载
- 积分:1
-
一个声纹识别的全代码matlab(需要录音)
说明: 一个声纹识别的全代码matlab(需要录音)(A full code matlab for voiceprint recognition (recording required))
- 2020-10-30 23:09:56下载
- 积分:1
-
ssb
你也matlab实现抑制载波单边带调幅的仿真,包括输出各个节点的信号频谱图。(You can also achieve the suppression matlab simulation carrier single sideband amplitude modulation, including the output of each node signal frequency spectrum.)
- 2007-12-26 11:03:05下载
- 积分:1
-
rels_riv_rls
本人用matlab编写的rels(最小二乘法),rls(递推增广最小二乘法),riv(辅助变量法递推算法)的程序,都是2阶的,稍改动就可以变成其它阶次(I use matlab prepared rels (least squares), rls (augmented recursive least squares method), riv (auxiliary variable method recursive algorithm) procedure, are 2 bands, a little change can be turned into other order)
- 2008-01-22 15:22:46下载
- 积分:1
-
shearing
Basic shearing process in independent mode separable.
- 2014-11-18 11:24:52下载
- 积分:1
-
crossvalidation_svm
matlab编写的调整svm参数的程序,其中cross是主程序,另两个是自己编写的svm核函数,如果要用matlab自带的核函数就把-t的值改成2即可。Ytrain是标记矩阵,Xtrain是特征矩阵,都由用户自己导入。可利用k倍交叉验证来选择最优的c参数。k可自行更改。(svm matlab prepared to adjust the parameters of the program, which cross the main program, and the other two are themselves prepared svm kernel function, if you use the value of the kernel function matlab own put-t can be changed to 2. Ytrain is labeled matrix, Xtrain is characteristic matrix, imported by the users themselves. K-fold cross-validation can be used to select the optimal c parameter. k can make changes.)
- 2014-01-15 15:51:27下载
- 积分:1
-
5
一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。
C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。
系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
- 2009-03-15 15:36:23下载
- 积分:1
-
ofdm_UWB
本代码用于实现matlab对OFDM—UWB系统的仿真。程序简洁实用。(used matlab to simulate OFDM-UWB system! )
- 2011-05-09 09:14:30下载
- 积分:1