Welcome![Sign In][Sign Up]
Location:
Search - random matlab

Search list

[OtherAn Introduction to Matlab

Description: 1 MATLAB 2 2 Starting Up 2 2.1 Windows Systems . . . . . . . . . . 2 2.2 Unix Systems . . . . . . . . . . . . . 2 2.3 Command Line Help . . . . . . . . . 2 2.4 Demos . . . . . . . . . . . . . . . . . 3 3 Matlab as a Calculator 3 4 Numbers & Formats 3 5 Variables 3 5.1 Variable Names . . . . . . . . . . . . 3 6 Suppressing output 4 7 Built{In Functions 4 7.1 Trigonometric Functions . . . . . . . 4 7.2 Other Elementary Functions . . . . . 4 8 Vectors 4 8.1 The Colon Notation . . . . . . . . . 5 8.2 Extracting Bits of a Vector . . . . . 5 8.3 Column Vectors . . . . . . . . . . . . 5 8.4 Transposing . . . . . . . . . . . . . . 5 9 Keeping a record 6 10 Plotting Elementary Functions 6 10.1 Plotting|Titles & Labels . . . . . . 7 10.2 Grids . . . . . . . . . . . . . . . . . . 7 10.3 Line Styles & Colours . . . . . . . . 7 10.4 Multi{plots . . . . . . . . . . . . . . 7 10.5 Hold . . . . . . . . . . . . . . . . . . 7 10.6 Hard Copy . . . . . . . . . . . . . . 8 10.7 Subplot . . . . . . . . . . . . . . . . 8 10.8 Zooming . . . . . . . . . . . . . . . . 8 10.9 Formatted text on Plots . . . . . . . 8 10.10Controlling Axes . . . . . . . . . . . 9 11 Keyboard Accelerators 9 12 Copying to and from Word and other applications 10 12.1 Window Systems . . . . . . . . . . . 10 12.2 Unix Systems . . . . . . . . . . . . . 10 13 Script Files 10 14 Products, Division & Powers of Vectors 11 14.1 Scalar Product (*) . . . . . . . . . . 11 14.2 Dot Product (.*) . . . . . . . . . . . 11 14.3 Dot Division of Arrays (./) . . . . . 12 14.4 Dot Power of Arrays (.^) . . . . . . 12 15 Examples in Plotting 13 16 Matrices|Two{Dimensional Arrays 13 16.1 Size of a matrix . . . . . . . . . . . . 14 16.2 Transpose of a matrix . . . . . . . . 14 16.3 Special Matrices . . . . . . . . . . . 14 16.4 The Identity Matrix . . . . . . . . . 14 16.5 Diagonal Matrices . . . . . . . . . . 15 16.6 Building Matrices . . . . . . . . . . . 15 16.7 Tabulating Functions . . . . . . . . . 15 16.8 Extracting Bits of Matrices . . . . . 16 16.9 Dot product of matrices (.*) . . . . 16 16.10Matrix{vector products . . . . . . . 16 16.11Matrix{Matrix Products . . . . . . . 17 16.12Sparse Matrices . . . . . . . . . . . . 17 17 Systems of Linear Equations 18 17.1 Overdetermined system of linear equations . . . . . . . . . . . . . . . . . . 18 18 Characters, Strings and Text 20 19 Loops 20 20 Logicals 21 20.1 While Loops . . . . . . . . . . . . . . 22 20.2 if...then...else...end . . . . . . 23 21 Function m{ les 23 21.1 Examples of functions . . . . . . . . 24 22 Further Built{in Functions 25 22.1 Rounding Numbers . . . . . . . . . . 25 22.2 The sum Function . . . . . . . . . . . 25 22.3 max & min . . . . . . . . . . . . . . . 26 22.4 Random Numbers . . . . . . . . . . 26 22.5 find for vectors . . . . . . . . . . . . 27 22.6 find for matrices . . . . . . . . . . . 27 23 Plotting Surfaces 27 24 Timing 28 25 On{line Documentation 29 26 Reading and Writing Data Files 29 26.1 Formatted Files . . . . . . . . . . . . 30 26.2 Unformatted Files . . . . . . . . . . 30 27 Graphic User Interfaces 31 28 Command Summary 32
Platform: | Size: 877346 | Author: taffy320 | Hits:

[AI-NN-PR差别算法matlab源码

Description: 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-Particle Swarm Optimization (PSO) is an evolutionary technology (evolutionary computation). Predatory birds originated from the research PSO with similar genetic algorithm is based on iterative optimization tools. Initialize the system for a group of random solutions, through iterative search for the optimal values. However, there is no genetic algorithm with the cross- (crossover) and the variation (mutation). But particles in the solution space following the optimal particle search. The steps detailed chapter on the future of genetic algorithm, the advantages of PSO is simple and easy to achieve without many parameters need to be adjusted. Now it has been widely used function optimization, neural networks, fuzzy systems control and other genetic algorithm applications
Platform: | Size: 16384 | Author: | Hits:

[Special Effectsmatlab-for-cvt

Description: matlab写的质心沃龙诺依程序,把需要划分的区域划分成相应的质心沃龙诺依区域,质心沃龙诺依图是在沃龙诺依图的基础上把随机的产生点固定在每个沃龙诺依区域的质心上-write matlab centroid Vorontsov Noida procedures, the needs of the division is divided into regions corresponding centroid Vorontsov Noida region, center of mass Noida Figure Vorontsov Vorontsov was Nooyi map based on the random selection of points fixed in each In Noida Vorontsov mind the quality of regional
Platform: | Size: 83968 | Author: 杨占龙 | Hits:

[source in ebookFundamentals_of_Statistical_Signal_Processing

Description: 《Fundamentals of Statistical Signal Processing》(《随机信号处理基础》)的配套MATLAB源代码。为电信工程师、教师、和学生而设计。-"Fundamentals of Statistical Signal Proc essing "(" Random signal processing based ") supporting MATLAB code. To the telecommunication engineers, teachers, and students designed.
Platform: | Size: 5120 | Author: 萨木 | Hits:

[matlabMATLAB-SuiJiShu

Description: MATLAB程序:用于随机数的生成。 看看能不能有所借鉴!-MATLAB program: for the random number generation. Should not be able to look at the draw!
Platform: | Size: 2048 | Author: hq | Hits:

[Windows DevelopMatlab

Description: LDPC校验矩阵生成、高斯消去法编码、BP译码程序,可以作为自己编写LDPC编译码程序的参考。因为matlab代码效率不高,所以这个程序仿真起来比较慢.-LDPC check matrix generation, Gaussian elimination coding, BP decoding procedure can be used as its own procedures for the preparation of LDPC codec reference. Because matlab code efficiency is not high, so this process is relatively slow simulation together.
Platform: | Size: 8192 | Author: 李枫 | Hits:

[matlabrandom

Description: 在Matlab环境下模拟布朗运动的产生,加强对随机现象的理解。-Environment in Matlab simulation of Brownian motion and enhance the understanding of random phenomena.
Platform: | Size: 78848 | Author: 王清华 | Hits:

[matlabmatlab

Description: 可实现银行排队论mmm,输出随机数matlab实现计算机模拟排队论-Bank of queuing theory can be realized mmm, the output random number matlab computer simulation of queuing theory to achieve
Platform: | Size: 1024 | Author: jacky | Hits:

[Otherrandom

Description: 利用matlab语言编写的标准正态分布,泊松分布,瑞利分布下的随机数的产生。-Use of matlab language standard normal distribution, Poisson distribution, Rayleigh distribution under the random number generation.
Platform: | Size: 344064 | Author: 李珊珊 | Hits:

[matlabMATLAB

Description:  产生长度为1000的标准正太分布的随机信号,画出时域波形及频谱;  采用u=255的非均匀PCM编码,每符号为8bit,画输入-输出关系图;  计算信号量化噪声比(SQNR);  信道误码率为10-3;  解码,并画出u律反变换后的信号时域波形及频谱。 扩展要求:  采用均匀PCM、量化级数可变、信道误码率可变。 - have a standard length of 1000 is too random signal distribution, draw time-domain waveform and frequency spectrum  u = 255 using the non-uniform PCM encoding, each symbol for 8bit, drawing input- output relationship diagram  calculated quantization noise signal than (SQNR)  channel bit error rate of 10-3  decoder, and law to draw u the signal after the inverse transform time-domain waveform and frequency spectrum. Expansion of the requirements:  uniform PCM, quantization level variable, a variable channel bit error rate.
Platform: | Size: 2048 | Author: louzhu | Hits:

[matlabgenerate_random

Description: Matlab下生成给定分布律的随机数的程序。包括采用余数法,产生一个N(0,1)正态分布随机数等。-generate the random number you give the rules.
Platform: | Size: 2048 | Author: wzhy | Hits:

[Technology Managementrandom_PWM

Description: 随机的几篇pwm文章,讲解各种随机pwm模型-Pwm few random articles on a variety of random pwm model
Platform: | Size: 1380352 | Author: ALPHA | Hits:

[source in ebookrandom-binary

Description: 数字调制器的墓本构建模块是函数random-binary,它产生电平值为+1或一1的二进制波形,产生的比特数以及每比 特的采样数是该函数的参数。函数random-binary可以仿真多个数字调制器,例如,可用如下MATLAB语句仿真一个QPSK调制器: 下列MATLAB程序产生一个长10比特的QPSK信号,采样频率为每比特8个采样点: -Digital modulator building blocks of the tomb is a function of the random-binary, it produces a value of+1 level or a 1 binary waveform, resulting in the number of bits and a sampling of each number of bits is the function parameters. Function of random-binary can simulate the multiple digital modulator, for example, can be used as MATLAB simulation of a QPSK modulator statement: The following MATLAB program to generate a long 10-bit QPSK signal, the sampling frequency for each 8-bit sampling points:
Platform: | Size: 243712 | Author: defang | Hits:

[Graph programmatlab_MRF

Description: 随机场的估计和应用,是非常流行的图像分割的算法。-markov random field is very popular
Platform: | Size: 19456 | Author: pengqinmu | Hits:

[Othermatlab

Description: 【1】随机序列产生程序 【2】白噪声产生程序 【3】M序列产生程序 【4】二阶系统一次性完成最小二乘辨识程序 【5】实际压力系统的最小二乘辨识程序 【6】递推的最小二乘辨识程序 【7】增广的最小二乘辨识程序 【8】梯度校正的最小二乘辨识程序 【9】递推的极大似然辨识程序 【10】Bayes辨识程序 【11】改进的神经网络MBP算法对噪声系统辨识程序 【12】多维非线性函数辨识程序的Matlab程序 【13】模糊神经网络解耦Matlab程序 【14】F-检验法部分程序 -【1】 【2-random sequence generation process white noise generation process】 【3】 M sequence generation process 【4】 to complete a one-time second-order system least-squares identification procedure 【5】 actual pressure system least-squares identification procedure 【6】 Delivery Push the least squares identification procedure augmented 【7】 【8】 least square identification procedures for gradient correction least square identification procedure 【9】 Recursive maximum likelihood identification procedures 【10】 【11】 Bayes identification procedures Improved neural network algorithm MBP noise system identification procedure 【12】 multi-dimensional nonlinear function identification program Matlab program 【13】 fuzzy neural network decoupling Matlab program 【14】 F-test part of the program
Platform: | Size: 7168 | Author: jshuska | Hits:

[matlabMATLAB_Programming_Multivariate_Gaussian_Random_Pr

Description: 一个MATLAB程序,用以产生多变量高斯随机过程的样本-A MATLAB program used to generate the samples for multivariate Gaussian random process
Platform: | Size: 4096 | Author: Evan | Hits:

[matlabMATLAB

Description: 优化问题分类:(非)线性规划、整数规划、0-1 规划、(多)目标规划、(与时间有关的)动态规划、(系数是随机变量的)随机规划。 -Optimization problem categories: (non-) linear programming, integer programming ,0-1 plan, (multiple) goal programming, (and time-related) dynamic programming, (coefficient is a random variable) stochastic programming.
Platform: | Size: 212992 | Author: 明远 | Hits:

[matlabmatlab

Description: 插值,函数逼近,矩阵特征值计算,数值微分,积分,方程求根,非线性方程求解,迭代,随机数生成,特殊函数,常微分方程,偏微分方程等常用的matlab程序。-Interpolation, function approximation, matrix eigenvalue calculation, numerical differentiation, integration, finding roots of equations, nonlinear equations, iterative, random number generators, special functions, ordinary differential equations, partial differential equations and other commonly used matlab program.
Platform: | Size: 652288 | Author: 称臣 | Hits:

[OtherICM_Unsupervised

Description: unsupervised icm algorithm for markov random fields.
Platform: | Size: 4096 | Author: reza Banimahd | Hits:

[Communication-Mobilerandom

Description: 产生符合一定分布的随机数的方法是,先产生(0,1)均匀分布的随机数,然后通过一个适当的变换方法得到所要求分布的随机数。常用的均匀分布伪随机序列发生器有线性同余发生器和线性反馈移位寄存器两种。-That meet certain distribution of the random number is first generated (0,1) uniformly distributed random number, then an appropriate transformation method requested by the distribution of random numbers. Uniform distribution commonly used pseudo-random sequence generator has a linear congruential generator and two linear feedback shift register.
Platform: | Size: 1024 | Author: wswfx | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net