搜索资源列表
datastr
- 数据结构 array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltree.h: AVL 树(
CP0303_PPM_RANDOM
- 随机调制信号下的模拟ppm的matlab仿真-random modulation signal simulation ppm of Matlab simulation
Fundamentals_of_Statistical_Signal_Processing
- 《Fundamentals of Statistical Signal Processing》(《随机信号处理基础》)的配套MATLAB源代码。为电信工程师、教师、和学生而设计。-"Fundamentals of Statistical Signal Proc essing "(" Random signal processing based ") supporting MATLAB code. To the telecommunication engin
Communication_Systems
- Simon Haykin的《Communication Systems》(《通信系统》)的配套MATLAB源代码。包括脉冲调制、随机过程、和差错编码等。 -"Communication Systems" ( " communications systems ") supporting MATLAB code. Including pulse modulation, random process, and errors in coding.
ARestimate
- 基于自回归,全极点的AR模型,对随机信号的进行的功率谱估计.-based on the return of all Poles AR model of random signal of the power spectrum estimation.
jishiqijiajianchenchu
- 利用rnd产生随机数,实现加减乘除的换算。同时可以统计题的数目和统计分数。-use rnd produces random numbers, the arithmetic to achieve the conversion. Statistics can also that the number of scores and statistics.
suijishuchensheng
- 产生了十种随机数字,一起学习,多多指教拉-produced dozens of random digits, learning together and exhibitions Rafah
random
- important 计算机科学与艺术random库
MUSIC
- 求一个复正弦加白噪声随机过程的信号: xn=exp(j*pi*n-j*pi)+exp(j*w0*n-j*0.7*pi)+v v(n)为零均值白噪声。S/N=10dB。取P=3,构造4阶的自相关矩阵R的基于MUSIC算法的功率谱估计的MATLAB程序-For a complex sinusoid plus white noise of the signal random process: xn = exp (j* pi* nj* pi)+ exp (j* w0* nj* 0.7* pi)+ v
simQPSK
- QPSK simulation. it is useful file to simulate the bit error rate for the random sybol generated.
mdsimulation
- CRYSTAL_COORDINATES是一个FORTRAN90程序,使用双精度运算,它产生,一套4 * NX的*NY*NZ 的坐标,分在一个长方形块NX*NY*NZ单元内。 用户可以指定单元的宽度,每一个点的最大的随机位移。 坐标数据写入到一个文件,可用于可视化,或更可能作为初始条件的坐标分子在分子动力学模拟。-CRYSTAL_COORDINATES is a FORTRAN90 program, using double precision arithmetic, wh
cyuyanshishangbianchengbaili
- 第二篇 文件操作 实例24 文件加密(1) 实例25 文件加密(2) 实例26 批处理程序的加密 实例27 给自己的程序加上行号 实例28 文件分割程序 实例29 删除目录树 实例30 显示系统文件表 实例31 显示一个目录的存储内容 实例32 递归读取磁盘文件 实例33 C语言直接读取FoxPro的.DBFYYWR 实例34 用索引文件读取数据项 实例35 加密数据库 第三篇 系统调用 实例36 用C语言内嵌汇编语言实现
weisuiji
- 伪随机比特发生器, VHdL写的伪随机比特发生器-Pseudo-random bit generator, pseudo-random bit generator, VHdL written in pseudo-random bit generator,
random-binary
- 数字调制器的墓本构建模块是函数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
3
- 用c语言实现的,编写随机数的问题,可以直接运行的代码-Using c language implementation, and the preparation of the problem of random numbers can be directly run the code
5080309330_4
- 编写一个程序可以让用户选择在指定位置打印出不同的图形,如正立等腰三角形,倒立等腰三角形,矩形,正方形、菱形和多边形。图形由随机选择的*或者#组成。所谓指定位置是指图形离左边屏幕最近字符与左屏幕边界的距离字符数。-Write a program that allows users to choose to print out the specified location of different graphics, such as the legislation is being isoscele
RandWPSO
- 随机权重粒子群算法,来自来自于《精通MATLAB最优化计算》- pso with random weight
Random
- 随机算法讲解,来自北京大学著名教授 屈婉玲-Random method to explain the famous Peking University Professor Qu Wanling
nonstationary-random-signal-WVD
- 此例程为配套书籍的第六章例题6-5的相对应代码,功能为计算非平稳随机信号的WVD时频谱,编程环境为matlab。-This routine matching books Chapter Example 6-5 corresponding to the code for the calculation of the non-stationary random signal WVD spectrum programming environment for matlab.
Random-Drift-Method
- Random Drift method implemented by matlab