-
ofdm
OFDM system implementaion
- 2010-06-10 04:18:42下载
- 积分:1
-
Normal_Central_Moments
Set of functions to calculate the centroid, central moments and normalised moments of a binary image. Easy to understand, implemented in matlab
- 2009-03-31 01:10:52下载
- 积分:1
-
Degree_Distribution.m
用Matlab实现复杂网络度分布的计算。(Matlab realization of complex networks with degree distribution calculations.)
- 2010-03-15 08:53:56下载
- 积分:1
-
vgauthier-ieee802.15
802.15.4 MAC protocol source code
- 2013-01-04 15:03:29下载
- 积分:1
-
BinaryWriter
Program for rewriting files in binary format.
- 2015-03-26 16:39:28下载
- 积分:1
-
介数函数及其使用说明
复杂网络中 bgl工具箱中, 关于网络中边和节点的介数的求解需要使用介数函数,上传文件介绍关于求解函数的使用说明。(Complex network BGL toolbox, on the network edge and node betweenness solution, you need to use the betweenness function, upload files, describes the use of the instructions for solving the function.)
- 2017-08-31 11:31:47下载
- 积分:1
-
oulashudejisuan
本程序主要是在图像处理应用关于计算图像的欧拉数(this procedure is mainly in image processing applications for the calculation of the Euler number Image)
- 2007-03-23 18:47:53下载
- 积分:1
-
LMS
利用LMS算法来进行盲信号分离处理的程序(Using the LMS algorithm for blind signal separation processing procedures)
- 2013-10-28 16:20:04下载
- 积分: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
-
MusicPlayer
一个好用的音乐播放器源码,最终程序编译后只有几十KB。VC++2010编译通过。
AppWizard has created this MusicPlayer application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.(
AppWizard has created this MusicPlayer application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.)
- 2015-08-25 15:34:53下载
- 积分:1