-
work
matlab gui 设计的基本实现,基于matlab simulink 的设计(matlab)
- 2009-04-25 18:17:00下载
- 积分:1
-
Engineering---Matlab-Programming
The problem-solving process for a computational problem can be outlined as follows:
1. Define the problem.
2. Create a mathematical model.
3. Develop a computational method for solving the problem.
4. Implement the computational method.
5. Test and assess the solution.
- 2012-09-27 02:28:38下载
- 积分:1
-
Matlab-for-Planning-problem
介绍了规划问题建模及用Matlab实现的具体操作方法,详细解释了几种常用的求解线性规划问题和非线性规划问题的函数,如linprog,fminunc等(Planning problem modeling and specific methods of operation using Matlab detailed explanation of the function of several commonly used for solving linear programming problems and nonlinear programming problems such as linprog, fminunc)
- 2013-05-09 21:42:54下载
- 积分:1
-
power_pmmotor2
svpwmsvpwm power through matlab mathed(svpwm power through matlab mathed)
- 2012-05-26 17:30:04下载
- 积分:1
-
Codeforces
Solution for some problems in Codeforces
- 2014-01-09 23:02:19下载
- 积分:1
-
Gardner
gardner定时同步算法原理,环路滤波,插值算法(gardner timing synchronization algorithm principle)
- 2015-11-03 16:45:54下载
- 积分:1
-
FIR
用C++实现窗函数的设计,采用的是海明窗为例子(Using C++ to achieve the design of window function, Hamming window is used as an example)
- 2009-04-21 11:06:37下载
- 积分:1
-
ofdm-ce
ofdm channel estimation using matlab,pilot based
- 2010-03-12 02:30:46下载
- 积分:1
-
OFDM
说明: 信道为高斯信道的OFDM信道估计仿真。基于matlab(Channel is Gaussian channel OFDM channel estimation simulation. Based on matlab)
- 2010-04-29 09:06:30下载
- 积分:1
-
06-02-2015_05-43-24
c++ lession
10 chapters
Implement a template class EnhancedSafeArray, which is a type of SafeArray. The class SafeArray implementation is given in safearray.h. Class SafeArray is a class that wraps a regular C++ array. It is considered a safe array class since it handles out of bounds array indexing through exception handling. Your class EnhancedSafeArray will augment the class SafeArray by supporting a copy constructor, a method to return the size of the array, an assignment operator, and an equality test operator.
- 2015-02-23 23:58:22下载
- 积分:1