-
dielectric_air_metal.m
matlab code for air...air medium
- 2009-11-26 19:20:05下载
- 积分:1
-
Reliability-2
风_柴_储能系统发电容量充裕度评估 关键词 储能 可靠性(The wind _ wood _ energy storage system generating capacity adequacy evaluation)
- 2013-05-01 22:05:39下载
- 积分:1
-
work7
一个完整gsm通信系统的仿真程序。能计算呼叫阻塞率。(A complete gsm communication system simulation program. Can calculate the call blocking rate.)
- 2013-11-24 19:23:24下载
- 积分:1
-
LMSfilter
假设一个接收到的信号为:x(t)=s(t)+n(t), 其中s(t)=A*cos(wt+a), 已知信号的频率w=1KHz,
而信号的幅度和相位未知,n(t)是一个服从N(0,1)分布的白噪声。为了利用计算机对信号进行处理,
将信号按10KHz的频率进行采样。
通过对x(t)进行LMS自适应信号处理,从接收信号中滤出有用信号s(t).
在未知信号频率的情况下,通过对x(t)进行LMS自适应信号处理,从接收信号中滤出有用信号s(t).
(Assuming a received signal: x (t) = s (t)+ n (t), one of s (t) = A* cos (wt+ a), the known frequency signal w = 1KHz,
And the signal amplitude and phase of the unknown, n (t) is a subject to N (0,1) the distribution of white noise. The use of computers in order to deal with the signal,
The signal by sampling frequency of 10KHz.
Of x (t) for LMS adaptive signal processing, filtering from the received signal in the useful signal s (t).
Frequency signals in unknown circumstances, the adoption of x (t) for LMS adaptive signal processing, filtering from the received signal in the useful signal s (t).)
- 2009-03-31 18:17:09下载
- 积分:1
-
lglrczf
拉格朗日内插法的matlab实现 改进后可用于多种用途(Matlab Lagrange interpolation method can be used to achieve the improved multi-purpose)
- 2010-09-30 20:03:31下载
- 积分:1
-
matlab
此程序用数值分析方法绘制浅结晶体管的稳态热场分布图,一个基区上并连五个发射极条,热流密度近似为发射极条单位面积上的功耗,热沉温度恒定(Numerical analysis of this program for drawing shallow junction transistor static temperature distribution, on a base region and emitter with five articles, similar to the emitter heat flux per unit area on the power section, a constant heat sink temperature)
- 2010-07-17 13:39:49下载
- 积分:1
-
the-least-square-error-algorithm
线性分类器-最小平方误差算法,对一组数据进行分类,分析b1、b2改变对结果的影响(Linear classifier- the least square error algorithm)
- 2010-05-24 23:09:48下载
- 积分:1
-
PWR028_LLC_120517
应用UCD3138控制的数字LLC DC/DC变换器(LLC Converter controlled by UCD3138)
- 2014-11-30 15:06:10下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
MTDC
多端交直流潮流程序计算,交替迭代法,将直流嵌入交流计算中,方便后期改编.(Multiterminal DC flow calculation program)
- 2021-04-07 17:19:01下载
- 积分:1