搜索资源列表
FractalDim
- 盒维数MATLAB计算程序。%根据计盒维数原理编写了求一维曲线分形维数的matlab程序 function D=FractalDim(y,cellmax) %求输入一维信号的计盒分形维数 %y是一维信号 %cellmax:方格子的最大边长,可以取2的偶数次幂次(1,2,4,8...),取大于数据长度的偶数 %D是y的计盒维数(一般情况下D>=1),D=lim(log(N(e))/log(k/e)), -box dimension MATLAB pro
GT.rar
- 利用博弈论进行功率控制分析,利用迭代实现纳什均衡,Use game theory to power control analysis, the use of iteration to achieve Nash equilibrium
huhaiyan
- <胡海岩-应用非线性动力学>全书共分8章。第1章阐述非线性动力系统的理论与实验建模方法,第2章和第3章分别介绍单自由度自治系统的定性和定量分析方法,第4章和第5章侧重于分析单自由度非自治系统和多自由度系统的非线性动力学行为。第6章介绍非线性系统的运动稳定性及分叉理论。第7章阐述混沌现象及混沌的控制。第8章阐述如何运用数值方法分析非线性动力系统的行为,特别是系统的周期运动、分叉与混沌。书末附录阐述了如何借助计算机代数软件MAPLE分析非线性动力学问题。-Book is divided
equal-area-critirea
- E=input( enter the generator voltage: ) V=input( enter the infinite bus voltage: ) Gx=input( enter the reactance of generator: ) L1x=input( enter the line reactance: ) L2x=input( enter the line reactance: ) L3x=input( enter the line re
huffman
- Huffman编码问题一类广泛存在于文件、音频等数据压缩问题中。如根据Huffman编码的原理,实现对文本进行压缩与解压的功能。因此掌握好Huffman编码的技术可以再社会生活中起到很重要的作用。-HuffmanNode* CreateHuffmanTree(int n, char datas[], int powers[]) { HuffmanNode head head.next = NULL //初始化森林 for (i
Scrosspectrum
- Subroutine for continuous cross spectrum analysis of two one-dimensional series x(i) and y(i) (i=1,...,n). Input parameters and arrays: n,m, x(n), y(n), n: number of data m: biggest lag time length. Generally, m is between n/3 and n/10.
wireless_communcation_home1
- 使用鏡子鏡射的原理,也就是將接收點鏡射之後,求取傳送點與接收點的距 離,而因為公式(1)及公式(8),可知角度與距離有關係,可以使用這個公式來直 接代入公式(10)之中。-. The receiver is located at the center of a 50-m*50-m room and transmitter is moved along a straight from 2m to 20m from the receiver. Show the received po
GT
- 基于博弈论的信道选择与功率控制仿真,在20次迭代后达到纳什均衡-Channel selection and power control simulation based on game theory, after 20 iterations to reach the Nash equilibrium
the-source-code-of-a-book(simulink)
- 《电力电子、电机控制系统仿真模型》书的配套源程序,是在matlab7.1版本上完成的,matlab7.0也可以运行,但是部分模型需要自己更改。-the source program of the book of <The power electronics, motor control system simulation model>. Form a complete set of source code for the book, it is done on matlab7.1 v
BigInt
- 大整数类(支持负数) 重载了类之间,与int类型,与string类型的+,-,*,/,+=,++,--,-=,*=,/=, =, ,>>, <<,<<=,>>=,>,<,<=,>=,==,=,以及乘方^,^=运算,以及输入输出流>>,<<运算符 -Integer type (support negative) between overloaded classes, and int type,+
Economic-Dispatch--Newton-Method
- This program finds economic distribution of power by the units to meet the given load. Newton Method is adapted in the program. Lambda value is assumed first and improved after each iteration. The updated value of lambda is -> New Lambda Old L
xinhaocaiyang
- 生成一个采样频率2000,由50Hz、120Hz、200Hz正弦信号以及噪声信号组成的数字信号,滤掉150Hz>f>100Hz的频率,计算并显示滤波前后的原始数据波形以及功率谱密度。(A sampling frequency of 2000, a digital signal composed of 50Hz, 120Hz, 200Hz sine and noise signals, is generated to filter out the frequency of 150Hz&