-
MATLAB
一定要上传么?matlab文件,本科的时候自己做的,一个电动机反馈的问题(I have no idea)
- 2012-04-19 17:17:57下载
- 积分:1
-
mathematical-modeling-of-satellite-
一道关于卫星导轨的数学建模代码;本人自己数学建模赛的源代码,共参加数学建模参考(A guide rail on the mathematical modeling of satellite code)
- 2013-09-13 23:07:43下载
- 积分:1
-
Delete-File-System-Minifilter-Driver
Delete File System Minifilter Driver
- 2014-12-07 15:56:58下载
- 积分:1
-
SolarPanel
光伏电池模型,最大功率跟踪,输出功率电压电流特性曲线(Photovoltaic cell model, maximum power point tracking)
- 2018-10-22 23:46:11下载
- 积分:1
-
Ismailoptmzsyn
Here is a project about Optimization lesson at Master of Science in Turkey. Fibonacci and Golden Ratio techniques are executed.
- 2012-05-03 15:48:27下载
- 积分: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
-
OFDM 信道估计
由于信道的时变自然是很好
由已知指数基础功能,捕获 theCE-边界元法中
(未知) BEM 系数的时间变化都有可能
比那些的通道,慢得多,因而更方便到
跟踪。我们建议跟踪计划的边界元法"subblockwise"
系数使用时间多路复用 (TM) 定期传送
培训的符号。三个自适应算法,包括卡尔曼
筛选基于一种假设自回归 (AR) 模型方案
边界元法系数,和两个递归最小二 (RLS)
不需要任何模型的边界元法系数,计划是
边界元法系数跟踪调查。仿真的例子
在几个说明我们的做法的卓越性能
现有的双馈选择性信道估计器。
- 2022-03-07 19:05:48下载
- 积分:1
-
timefrequencyanalysis
短时fourier变换 tfrstft计算离散信号x(t)(Short-time fourier transform discrete signals tfrstft computing x (t))
- 2007-11-12 21:39:56下载
- 积分:1
-
stopfunction
次算法描写了边缘停止函数的构造,以及如何在计算机上表达此函数,当用于图片时,运行结果是个矩阵。(Time algorithm describes the construction of the edge stopping function, and how to express this function on the computer, when used in the picture, the result is a matrix.)
- 2010-12-21 09:53:23下载
- 积分:1
-
Calt_Geomagnetic_elements
用于地球物理专业学习地磁学,了解磁场各要素!(This program used for geophysical professional studies and help you to understand the geomagnetic elements.)
- 2011-01-03 10:34:24下载
- 积分:1