资源列表
约瑟夫环C++源代码
- 编号为1,2... n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数,报m的人出列,将他的密码作为新的m值,从他的顺时针方向的下一个开始重新从1报数,如此下去,直至所有的人全部出列为止,设计一个程序求出出列顺序-The number of n, n individuals sitting around a circle in a clockwise direction, the per
fisher.rar
- fisher最优分割法的MATLAB算法,fisher s MATLAB code
rayleigh-awgn-BPSK
- 用rayleighchan 函数仿真时要注意最后要做相位补偿(此问题是导师发现的) 程序步骤: ~产生随机序列 ~产生瑞利信道 ~调制 ~记忆信道特征 ~信号通过信道 ~相位补偿 ~加高斯噪声 ~解调 ~计算仿真误比特率 ~计算理论误比特率 ~不同颜色画出误比特率曲线对比-Function Simulation with rayleighchan last thing to note when the phase compensation (thi
m_seq
- 一个matlab程序,m序列产生程序, 因为M序列很重要,要的可以下载。-A matlab program, m sequence generation process, because the M sequences is very important, want to download.
LF_NR
- 3 triangular connected buses system, solving the load flow using Newton Raphson.
modem1
- AM modem for beaginners
HeluerMethod.tar
- Implementation of Heuler methods. Implicit, Explicit and Simplex Versions. In Matlab. Approximates the solution of an expression. Includes plotting routines.
mdbs
- 显示模拟调制的波形及解调方法DBS,文件mdsb.m-Show the simulated waveform modulation and demodulation of DBS
pn.test
- 试验,使用兰特X次生成相同的价值观,兰特(1,X)的-Tests that using rand X times generates the same values as rand(1,X)
gmskmod
- GMSK调制,先实现相位的计算,再加入载波调制,输出GMSK信号-GMSK modulation, the first implementation phase of the calculation, then add carrier modulation, the output GMSK signal
li9_23
- clear all I=imread( lena.bmp ) figure imshow(I) I2=imrotate(I,-4, bilinear ) 逆时针旋转4度 figure imshow(I2) I3=fliplr(I) 垂直镜像 figure imshow(I3) I4=imresize(I,0.5, bilinear ) 缩小为原图的1/2 figure imshow(I4) A=double(I) 转换为double类型
RLS_lmmse
- 此算法用了LMMSE加RLS算法,对接收信号进行仿真,且仿真得到的误码率很小,在工程中也有一定的实际意义。-This algorithm increases with the LMMSE RLS algorithm, the received signal simulation, and the simulated bit error rate is very small, in the project also has some practical significance.