-
TelnetConnectServ
Telnet Connect Server Application in C#, Visual Studio 2010
- 2014-12-11 18:21:36下载
- 积分:1
-
analytic
层次分析法的详细介绍以及matlab源码(introduce analytic and the program of MATLAB)
- 2012-11-05 19:39:28下载
- 积分:1
-
trivsr
三相双闭环PWM整流器simulink仿真,空间矢量SVPWM,电流前馈解耦,DQ坐标变换(Double closed loop three-phase PWM rectifier, using SVPWM, current feedforward decoupling, DQ coordinate conversion, etc
)
- 2021-04-19 11:38:54下载
- 积分:1
-
second3
窗函数法设计的带通滤波器。仅供新手参考的呦(filter)
- 2009-03-20 21:55:10下载
- 积分:1
-
R
说明: matlab中可以用到的常见函数,用来实现小波函数的边缘检测和灰度集检测(Matlab to use the common function, used to realize the function of the wavelet edge detection and gray set detection)
- 2011-06-12 21:44:06下载
- 积分:1
-
Simulation-of-PMSM-PWM
分析了空间矢量永磁同步电机数学模型 建立了永磁同步电机空间矢量控制系统仿真模型 并在MATLAB环境下对变频调速系统进行仿真实现(the space vector PWM controlled PMSM is analyzed the simulation model of space vector PWM controlled PMSM is presented and speed control system is simulated)
- 2014-12-04 17:16:04下载
- 积分:1
-
FSK
this is can apply to run simulink
- 2012-01-28 05:26:15下载
- 积分:1
-
thebestMUSIC
介绍了相干源的MUSIC算法,我自己试过了,解相干的效果很好哦(Describes the coherent source of MUSIC algorithm, I tried, oh well the effect of decoherence)
- 2009-09-24 20:04:29下载
- 积分:1
-
financial_model_matlab
Matlab codes for financial models
- 2007-10-18 15:19:20下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1