-
Unit-Commitment-Methods-to-Accommodate-High-Level
Unit Commitment Methods to Accommodate High Levels of Wind Generation
- 2014-01-17 15:29:01下载
- 积分:1
-
Basics_of_MATLAB_and_Beyond
Ebook : Basics_of_MATLAB_and_Beyond. This file includes exaple matlab files used in this book.
- 2013-05-21 18:55:46下载
- 积分:1
-
LEAch
LEACH算法及其改进,MATLAB程序(LEACH)
- 2010-11-05 18:19:39下载
- 积分:1
-
MATLAB
说明: matlab的一些基础讲解,适用于初学者。主要是关于在数字信号处理课程中的应用。(to explain some basic matlab for beginners. Mainly on the course in digital signal processing applications.)
- 2011-03-13 13:44:48下载
- 积分:1
-
PMSM_HF
基于位置跟踪观测器的脉振高频电压注入信号的无传感器控制系统的仿真模型,低通滤波器的设计采用巴特沃斯方法,阶数为1(Based on the position tracking observer, the low-pass filter is designed using the Butterworth method, and the order is 1)
- 2017-03-06 16:17:35下载
- 积分:1
-
ssvmtoolbox
此源码提供了ssvm的完整的matlab源代码,主要运用UD设计原理对参数搜索提高了效率。(This source provides a complete ssvm the matlab source code, the main design principle of the use of UD on the parameters of the search efficiency.)
- 2008-04-25 11:23:50下载
- 积分:1
-
signal_ambiguity_function
这个源码可以分析绘制多种信号的模糊函数,已经试验过巴克码,线性调频信号,脉冲信号等(Description: This program estimates and plots the ambiguity function for any signals. I have tested it for the Barker code, chirp signal, pulse signal. for good results the length of the input vector (Ut)should be more than 7. Example- a rectangular pulse should be described as[1 1 1 1 1 1 1]. Please, give your suggestions.
it is made with the help of "xcorr" function (Author: R. Losada) in MATLAB and Ilia Iliev from TU-Sofia )
- 2011-01-15 14:29:40下载
- 积分:1
-
xiaobochengxu
matlab程序,包括信号重构与mallte 小波(matlabprgarm,includesingle and mallte )
- 2010-05-22 09:45:37下载
- 积分:1
-
OFDMSimulationUsingMatlab
OFDM仿真利用MATLAB。M语言编写。很适合新手。连赚点积分。(OFDM simulation using MATLAB. M language. Very fit novice. Even earn points.)
- 2009-03-11 01:01:24下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1