-
Clean-Code
介绍C的好书,里面介绍了很多编程的知识,指的我们赌一赌,看一看(a book about c,it is a good description about c.and you can devalop your knowledge.)
- 2009-11-10 10:52:59下载
- 积分:1
-
GM110
GM(1,1)灰色预测函数,自动返回预测值,并包括残差,关联度,后验差检验。(GM (1,1) Grey forecasting function, automatic return predictive value, and includes the residuals, correlation, after test.)
- 2010-05-23 18:52:48下载
- 积分:1
-
matlab1
控制工具箱与SIMULINK软件应用:系统对象为G(s)=4/s(s+2)
PI补偿器K1(s)=(s+1)/s K2(s)=(s+0.5)/s
a 若由K1(s)与 G(s)串联组成的单位反馈系统,称为系统A。
b 若由K1(s) 放置在G(s)的反馈通道称为系统B。
c 若由K2(s)与G(s)串联组成的单位称为系统C,绘制上述每一种情况的阶跃响应与斜坡响应,求每一种情况下的系统阶跃响应误差与斜坡响应误差,并与理论分析结果进行比较。
(Control toolbox and SIMULINK software application: system object for G (s) = 4/s (s+ 2)
PI compensator K1 (s) = (s+ 1)/s K2 (s) = (s+ 0.5)/s
If a by K1 (s) and G (s) series of feedback system of the unit, known as a system a.
B if the K1 (s) placed in G (s) feedback channel called system b.
If c by K2 (s) and G (s) series of unit is called system c, draw the above each kind of condition of step response and slope response, for each of these cases system step response error and slope response error, and the results were compared with theoretical analysis.)
- 2012-04-19 14:43:49下载
- 积分:1
-
Structure1_normal
基于瞬时无功理论的有源电力滤波器的simulink模型,能够很好的滤除电源谐波和无功电流。(The simulink model of the active power filter based on the PID regulator, the filter power harmonics and reactive current.)
- 2012-07-01 16:49:30下载
- 积分:1
-
matlab
说明: MATLAB 教程,MATLAB从入门到精通的教程。详细的介绍MATLAB 的编程语法,应用手段和领域等(MATLAB Tutorial, MATLAB from entry to proficient tutorial. Detail MATLAB programming syntax, application means and field etc.)
- 2010-04-07 13:46:17下载
- 积分:1
-
rwpitch
对输入的语音信号进行分帧处理,低通滤波,中心削波,求自相关函数最后得到基音轨迹。(Speech input signal framing processing, low-pass filtering, center clipping, seeking autocorrelation function finally got the pitch trajectory.)
- 2021-03-24 21:39:14下载
- 积分:1
-
pca
主成分分析算法,很经典的编写matlab的方式,极其类似系统函数(Principal component analysis algorithm, very classic written in MATLAB, very similar to the system function)
- 2015-04-20 17:51:42下载
- 积分:1
-
fourthinterface-multiSVM
audio classification using SVM for 5 classes
- 2014-02-15 16:39:30下载
- 积分:1
-
secant
function [x, hist] = secant(x, f, tola, tolr)
SECANT This a secant code with no line search.
This code terminates on small relative-absolute errors function [X, HIST] = SECANT(X, F, TOLA, TOLR) Inputs: X = initial iterate
F = function
TOLA = absolute error tolerance
TOLR = relative error tolerance
Output: X = approximate result
- 2009-12-04 03:38:55下载
- 积分:1
-
shearletnew
Demo:演示程序(注意图像路径)
ShearletCoef: 系数计算程序
mybeta: 伪极坐标 Fourier 变换(文件名是暂时的用法)
phi0,psi0,psid: 低高频图像点阵显示(myu,myv用于理论分析,不被 Demo 调用)
psiStock:
FPsi1(2)_x(有编号): shearlet 函数类
bump: 钟形光滑函数
ramp: 斜升光滑函数(即旧版中的 smooth)
新版比旧版提高了框架函数的连续性——对角方向上的生成函数进行了连续化。算法设计上,
伪极坐标 Fourier 变换被独立出来。(Demo: demo program (note the image path) ShearletCoef: coefficient calculation procedure mybeta: pseudo-Polar Fourier transform (the file name is temporary usage) phi0, psi0, psid: low frequency image dot matrix display (myu, myv for theoretical analysis not to be invoked Demo) psiStock: FPsi1 (2) _x (numbered): shearlet function classes bump: bell smooth function ramp: ramp smooth functions (ie legacy of smooth) than the old version of the framework to improve the continuity of functions- diagonal direction of the generating function were continuous. Algorithm design, pseudo-Polar Fourier transform is independent.)
- 2015-03-11 22:42:14下载
- 积分:1