-
c
说明: 好用的matlab程序,专门针对冲激串的傅立叶变换设计的(welldone,good things to learn matlab)
- 2013-09-25 11:27:31下载
- 积分:1
-
Untitledxiaoqiupengzhuang
matlab一个有趣的小实验程序,通过这个程序,我们可以获得不小收获(it is a matlab program,)
- 2011-10-19 21:24:19下载
- 积分:1
-
BESSModel
说明: BESS通常用于负载均衡,调峰,负载转移应用等。
此BESS块从工作空间获取每小时负载曲线(kW)输入,并计算电网和电池使用量输出到工作空间。
必须以两列格式准备负载配置文件,其中第一列是从一天的0小时开始的时间。第二列是以kW为单位的功耗。(例如,将SampleLoadProfile.mat加载到工作空间中)。
模拟运行时间是从一天的0小时开始的每小时单位。例如,为了模拟24小时负载配置文件,模拟运行时间设置为23,一周运行时间设置为167,一个月30天运行时间设置为719和31天运行时间设置为743。
在“求解器”选项下的模型配置参数中,设置为固定步长类型并将固定步长(基本采样时间)设置为1并运行模拟。(BESS are commonly used for load leveling, peak shaving, load shifting applications and etc.
This BESS Block takes hourly Load Profile (kW) input from workspace and compute the Grid and Battery usage output to workspace.
The load profile has to be prepared in two column format, where the first column is time starting from 0 hour of the day. The second column is power consumption in kW unit. (For example, load the SampleLoadProfile.mat into workspace).
The simulation run time is in hourly unit starting from 0 hour of the day. For example to simulate a 24 hours load profile, the simulation run time is set to 23, one week run time is set to 167, one month 30 days run time is set to 719 and 31 days run time set to 743.
In model configuration parameters under Solver options, set to fixed-step type and set the fixed-step size (fundamental sample time) to 1 and run the simulation.)
- 2019-02-28 10:59:38下载
- 积分:1
-
programs
数字信号处理——基于计算机的方法,历程!!!!!(Digital Signal Processing- a computer-based method)
- 2015-01-12 19:52:12下载
- 积分:1
-
MIMO-ofdm-matlab
通过matlab,对mimo ofdm通信系统进行仿真,得出误码率与信噪比的关系(By matlab, for mimo ofdm communication system simulation, obtained BER and SNR relationship)
- 2020-07-03 05:00:02下载
- 积分:1
-
2013041677756857
基于matlab开发的手势识别,里面有测试代码和图片 还有一个可以运行的.fig文件,可以直接运行的.并且同时分享了matlab的源码,效果很不错,可以学习和参考.相比C++开发的要简单易懂,可以通过代码了解手势识别的方法和原理,可以先学习matlab版的手势识别,再尝试编写C++和opencv版的。(Gesture recognition based on MATLAB development, there are test code and pictures and one can run the.Fig file, can be directly run. And at the same time sharing matlab source code, the effect is very good, you can learn and reference. Compared to the development of C++ is simple and easy to understand, can understand the principle and method of gesture recognition through the code, gesture recognition can learn the matlab version, and then try to write C++ and opencv version.)
- 2017-06-24 12:22:27下载
- 积分:1
-
matlabforopt
最优化的MATLAN实现,讲的很全面哦,希望对大家有所帮助(optimal MATLAB realized, said very comprehensive Oh, we want to help)
- 2007-07-09 02:14:20下载
- 积分:1
-
simulationoffiber
在matlab下仿真计算光纤的色散和自相位调制特性(Simulation of fiber dispersion and self-phase modulation characteristics)
- 2009-12-04 17:16:22下载
- 积分:1
-
comtocom
MATLAB与串口的连接的GUI和M文件,很适用的。参照这个设计思路,可以跟句自己的需要进行修改和完善!(MATLAB GUI with the serial connection and M files, it is applicable. Reference to the design ideas, with the sentences to their own needs can be modified and improved!)
- 2010-12-28 18:45:58下载
- 积分:1
-
L01p_e
[x,f]= L01p_e(c,A,b,N)用枚举法求解下列
0-1线性规划问题min f=c *x, s.t. A*x<=b,x的分量全为整数0或1, 其中N表示约束条件 Ax ≤ b中的前N个是等式,N= 0时可以省略。 返回结果x是最优解,f是最优解处的函数值。 ([X, f] = L01p_e (c, A, b, N) with the following enumeration method for solving linear programming problems 0-1 min f = c ' * x, st A* x < = b, x is an integer of all components 0 or 1, where N represents the constraints Ax ≤ b in the equation of the first N, N = 0 can be omitted. Return result x is the optimal solution, f is the function value at the optimal solution.)
- 2013-07-16 21:51:03下载
- 积分:1