-
ofdmtransmission
对使用ofdm技术的通信系统进行了仿真。该程序主要是发送端仿真。(On the use of OFDM technology, communication systems simulation. The program is the sending end simulation.)
- 2007-12-22 19:49:17下载
- 积分:1
-
Matlabstepbystep
stepbystep teaching matlab for graph processing
- 2008-04-16 17:21:51下载
- 积分:1
-
tongxin
本程序是关于无线信道建模的模型,适用于数学建模的程序。(This program is about the model of wireless channel modeling, suitable for mathematical modeling procedure.)
- 2014-12-10 22:08:09下载
- 积分:1
-
PWM 整流器仿真模型4 有一定代表性
PWM 整流器仿真模型4 有一定代表性-PWM
- 2022-04-09 03:19:23下载
- 积分:1
-
defuzz
源代码有关MATLAB的解模糊代码。好好学习把 (MATLAB source code for the solution of the fuzzy code. Learning to make good)
- 2007-03-11 21:01:17下载
- 积分:1
-
Romberg
使用Matlab语言完成《数值计算方法》中的Romberg(龙贝格)积分公式,程序可以根据用户输入的积分上下限、误差容限及表达式实现Romberg积分。(Using Matlab language to complete " numerical methods" in the Romberg (Romberg) integral formula, the program based on user input limits of integration, error tolerance and expression implementations Romberg integration.)
- 2013-08-14 17:12:01下载
- 积分:1
-
BA
说明: 复杂网络经典BA模型以及两个改进的BA模型,分别封装成函数。输入参数有:网络节点个数,初始节点个数,新店与就网络连边的数目,初始网络边的连接(Complex network classic BA model and two improved BA model, are encapsulated into a function. Input parameters: the number of network nodes, the initial number of nodes, the new store on the edge of the network even number side of the initial network connection)
- 2012-09-05 19:52:40下载
- 积分:1
-
first_task
随机样本的生成和概率密度函数的绘制,课程作业~希望能有所帮助~(Generates a random sample drawn and probability density function of the course work, hope to be able to help ~ ~)
- 2015-04-14 09:50:17下载
- 积分:1
-
17
说明: Description :
This package includes a configurable Simulink model for three different types of DC-DC converters (Buck, Boost and Buck-Boost converters) with a PWM PI controller.
The example provided shows a case to boost voltage 5 volts to 25 volts. It can be used to learn DC-DC converters and their control.
The model itself also provides an example how to mask a subsystem in Simulink.
A HTML and a pdf files are provided to explain the principles of the unform Simulink model for three different types of DC-DC converters.
The model does not require other Simulink blocks, such as SimPowerSystems.
- 2014-10-03 18:31:58下载
- 积分:1
-
N-sparse
创建一个n维的稀疏数组对象,n是任意值。 定义N可能是大于2的一类n维稀疏阵列。然而,它应该被认为是一种起动方式与普通的MATLAB稀疏矩阵和重塑它有N维度。换句话说,稀疏的数据,首先必须能够作为一个普通的2D MATLAB稀疏矩阵被前n维。事实上,如果目标数组的尺寸mxnxp……yxz,然后将它存储在内部类是一个普通的二维稀疏阵列的尺寸(M×N×P×……×Y)XZ。这导致了某些内存株时使用大量的尺寸。我发现有用的类主要用于中等尺寸像三维图像边缘检测,你经常要举行一个稀疏的3D的边缘地图。(Creates an N-dimensional sparse array object, for arbitrary N.This submission defines a class of N-dimensional sparse arrays for N possibly greater than 2. However, it should really be thought of as a way of starting with an ordinary MATLAB sparse matrix and reshaping it to have N dimensions. In other words, the sparse data must first be able to exist as an ordinary 2D MATLAB sparse matrix before being made N-dimensional. In fact, if the intended array has dimensions MxNxP...YxZ, then the class will store it internally as an ordinary 2D sparse array of dimensions (M*N*P*...*Y)xZ. This leads to certain memory strains when using large numbers of dimensions. I find the class useful mainly for moderate dimensional things like edge detection in 3D imaging, where you often want to hold a sparse 3D edge map.
)
- 2013-10-21 20:43:18下载
- 积分:1