-
thermo_plot_diagram
You can plot your own T,s h,s or log p,h-Diagrams of water in MATLAB with the function thermo_diagram_plot.m.
Only SI-Units are supported
The function is a product of a project at our school to help students understand these diagrams more deeply and to become handier with MATLAB. The function can be used to plot your own diagrams and draw in some thermodynamic cycle.
Please refer to the manual in the .zip file for a throughout documentation of the function.
- 2010-01-01 20:54:46下载
- 积分:1
-
triangetry
一种光滤波器仿真设计.具有一定局限性.通过先行缔造滤波器频谱图,进行设计仿真(Simulation design of an optical filter has certain limitations. Plan first to create a filter spectrum, to simulate the design)
- 2012-05-25 00:21:56下载
- 积分:1
-
bpsk_ofdm_EN
Modulation test for OFDM : This is a set of five (5) codes about COFDM (Coded Orthogonal Frequency Division Multiplexing) and coding schemes such as Convolutional, BCH, Reed Solomon (RS) and Low Density Parity Check (LDPC).
The study uses an OFDM signal over an AWGN Channel with white Gaussian noise model, and calculate the Bit Error Rate wich is plotted.
- 2013-05-06 20:48:03下载
- 积分:1
-
shuzu
数组元素互换Array element swap.(Array element swap)
- 2014-01-28 09:51:32下载
- 积分:1
-
MATLAB(library)
关于MATLAB的通信系统编程源码,包含多个小程序,对于初学者有比较大的帮助(MATLAB simulation of communication system(library))
- 2011-05-03 16:24:53下载
- 积分:1
-
programs-txt
1. Transfer function to state space model
transfer function to state space
A=[1 1 1]
B=[1 6 11 6]
[A,B,C,D]=tf2ss(num,den)
- 2013-07-28 17:31:23下载
- 积分:1
-
mppt
带有MPPT功能的光伏阵列Matlab通用仿真模型,能够较好的仿真温度,光照的影响以及达到很好的跟踪效果(PV array with MPPT function Matlab generic simulation model that can better emulate temperature, light effects and achieve good tracking performance)
- 2013-09-16 10:19:30下载
- 积分:1
-
model19th
这是Sorensen等人提出人体血糖-胰岛素模型,依据偏微分方程组搭建的simulink仿真模型。(This simulink model is based on the theory of Sorensen team, which is the blood glucose regulation mechanism of hunman.
)
- 2013-12-05 09:47:50下载
- 积分:1
-
rayleigh_fading
对无线通信信道中的瑞利衰落进行MATLAB仿真(of wireless communications channel for the Rayleigh fading MATLAB simulation)
- 2006-05-23 16:36:11下载
- 积分:1
-
P3
说明: 本程序可以绘制p3曲线,直接输入cv、cs、EX,也通过降雨或径流数据计算绘制
[cs,cv,ma] = p3plot(a,kk,b,bb,y1,cs_cv,ma,cs,cv,x0)
a=20 横向网格条数
kk=200 纵坐标标注间隔(间隔要是最大值和最小值差的整数倍)
b=2000 纵坐标最大值
bb=0 纵坐标最小值
y1=[] 降雨量,横向矩阵输入,如果没有请输入[]
cs_cv=[2] 没有,请输入[]
ma=[] 年平均降雨量,没有输入[]
cs=[] 没有,请输入[]
cv=[] 没有,请输入[]
x0=0.01 初始概率点,百分数,没有输入[]( this program can draw P3 curve, direct input CV, CS, EX, also by rainfall or runoff data calculation and drawing
The [cs, CV, ma] = p3plot (a, KK, B, BB, Y1, cs_cv, Ma, CS, CV, x0)
The a=20 of the number of horizontal grid
The kk=200 longitudinal coordinate labeling interval (interval if the maximum value and the minimum value of the integer times the difference)
The b=2000 of the maximum longitudinal coordinates
The bb=0 of the minimum longitudinal coordinates
The y1=[] rainfall, transverse matrix input, if not please input []
The cs_cv=[2] no, please enter []
The ma=[] of the average annual rainfall no input [].
The cs=[] no, please enter []
The cv=[] no, please enter []
x0=0.01 initial probability, percentage, no input [])
- 2014-11-15 10:15:40下载
- 积分:1