-
kuopin
直序扩频系统,首先基带信号通过脉冲成型,m序列扩频然后进行BPSK调制发送,接收端接收到信号加干扰和噪声,进行解调和解扩恢复原始信号。( The straight foreword wide frequency system, the first baseband signal through the pulse formation, the m sequence wide frequency then carries on BPSK the modulation transmission, the receive termination receives the signal to add the disturbance and the noise, carries on the demodulation and the despread restores the primary signal. )
- 2021-01-07 20:58:52下载
- 积分:1
-
mba-syll
MBA Syllabus MDU University
- 2011-04-02 23:10:16下载
- 积分:1
-
DV-hop
一种基于DV-hop算法的源代码,仿真结果及图形,有助于对算法的进一步理解(DV-hop algorithm based on the source code, simulation results and graphics to help further understanding of the algorithm)
- 2011-05-01 15:57:48下载
- 积分:1
-
bang_ww55
采用了小波去噪的思想,已经调试成功.内含m文件,可直接运行,用于建立主成分分析模型。( Using wavelet denoising thought, Has been successful debugging. M contains files can be directly run, Principal component analysis model for establishing.)
- 2017-03-25 13:43:45下载
- 积分:1
-
main_c_v1
电阻保险丝测试程序.不停开关,在烧坏后会自动记录烧坏在第几次测试数.会保存.(fuse resister tester)
- 2010-03-08 13:27:59下载
- 积分:1
-
Numerical-Analysis-Using-MATLAB-and-Excel---Steve
Numerical Analysis Using MATLAB and Excel - Steven T. Karris
- 2013-07-24 22:56:25下载
- 积分:1
-
matlab
针对小流域评价的熵权法matlab程序,请大家放心使用(Entropy method for evaluation of small watershed matlab program, please feel free to use
)
- 2013-03-20 23:31:53下载
- 积分:1
-
声波方程时间域交错网格正演(10阶)
all_forward=forward_stagger(v,kt,deltt,f0,t0,z0,dx)v表示速度模型矩阵 程序中nx,nz为纵向和横向点数kt记录时间长度deltt为时间间隔f0震源主频 选用的震源为雷克子波的导数t0为震源延迟激发的时间 z0为震源激发点的纵向坐标点dx为空间采样间隔 all_forward为记录的每个时刻模型振动的整个波场
- 2022-03-03 00:41:51下载
- 积分:1
-
用于解决复杂网络社团划分的FastNewman改进算法matlab源程序
FastNewman算法用于解决复杂网络社团划分问题,但是原始的FastNewman算法的复杂度太高,当网络节点增多到上万个节点后,算法运行一次需要数天的时间,而且输入矩阵也会占据很多内存。算法的原理及原始代码见链接(转载):http://www.docin.com/p-668567774.html
算法改进方案:
1. 输入的连接矩阵由原来的n*n(n为节点个数)矩阵,变为m*2(m为连接个数)矩阵,减少了输入数据量,改变了算法内部数据处理方式
2. 算法内部原来的循环处理方式,通过matlab特有的矩阵化处理方式进行优化,减少循环使用次数,降低了算法复杂度
3. 算法内部对e矩阵的计算由原来的对节点的循环方式,改为对连接的循环方式,循环次数由原来的n*n次减少至m次
压缩包文件注释:
1. main.m 为算法主程序,内部包含对算法和数据文件的调用,以及图片生成程序
2. FastNewman.m 改进的Fast Newman算法
3. class_cal.m 用于对算法输出的Z矩阵进行处理,生成各个类内的节点细胞矩阵
4. 50.mat 50个节点的复杂网络,包含节点坐标和连接矩阵
5. 聚类树状图.jpg 对Z矩阵的画图
6. 聚类效果图.jpg 对class_cal.mat输出结果的画图
- 2022-04-24 07:49:49下载
- 积分:1
-
粒子群算法PSO
带有收缩因子和惯性权重的基本PSO粒子群算法源代码。本源代码模块化编写,结构清晰,便于改进和做数值实验-With contraction factor and inertia weight PSO basic particle swarm algorithm source code. Source code modular preparation, structure, clear, easy to improve and to do numerical experiments
- 2022-03-18 08:06:53下载
- 积分:1