登录
首页 » matlab » cyclostationary-spectrum-sensing

cyclostationary-spectrum-sensing

于 2013-06-21 发布 文件大小:2357KB
0 255
下载积分: 1 下载次数: 307

代码说明:

  认知无线电中,采用循环特征检测的频谱检测算法matlab仿真程序(Using cyclic feature detection spectrum detection algorithm)

文件列表:

循环检测程序
............\a.asv,709,2012-05-23
............\a.m,709,2012-05-23
............\createbandQAM.m,1344,2012-05-24
............\cyclostationary
............\...............\application.m,1626,2013-03-22
............\...............\app_bpsk.m,2802,2012-06-30
............\...............\bpsk.mat,5121,2012-05-31
............\...............\CPS_application.m,1964,2012-06-01
............\...............\CPS_W.m,4568,2012-05-28
............\...............\createbandQAM.m,1366,2012-06-29
............\...............\createbpsk.m,455,2012-05-31
............\...............\getcps.m,908,2012-06-29
............\...............\getpd.m,758,2012-06-30
............\...............\getres.m,1379,2012-06-30
............\...............\getscor.m,675,2012-06-01
............\...............\qam.mat,4878,2012-06-29
............\...............\Rx_cps.m,1421,2012-06-01
............\...............\SCoh_W.m,5633,2012-05-28
............\...............\testfft.m,282,2012-06-29
............\...............\testnoise.mat,770778,2012-05-28
............\...............\testsignal.mat,764071,2012-05-28
............\...............\top_pdpf.m,676,2012-06-30
............\...............\tt.mat,23200,2012-05-30
............\...............\x.mat,800184,2012-05-28
............\ins_correlation.asv,240,2012-05-25
............\ins_correlation.m,323,2012-05-25
............\nengliang.m,424,2012-05-23
............\QAM.mat,2138,2012-05-28
............\QAM.txt,3629,2012-05-25
............\s1.txt,1480028,2012-05-23
............\Untitled.asv,1182,2012-05-28
............\Untitled.m,1182,2012-05-28
............\x.mat,2138,2012-05-28
............\zhouqi.asv,3365,2012-05-23
............\zhouqi.m,3533,2012-05-24
............\周期性特征检测.doc,73216,2008-01-19
............\说明文档.doc,105472,2008-04-07

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Trackdemo
    用于对基于GOLD码的串行捕获算法,可以自定义信噪比,待捕获信号参数,代码分成搜索跟踪和捕获两部分,其中搜索的步长等参数也可以自定义,代码中acquiresignal.m部分为最终捕获相位展示的主程序。(For the serial acquisition algorithm based on GOLD code, we can customize the signal-to-noise ratio and the parameters of the signal to be captured. The code is divided into search part and capture part, The parameters such as search step can also be customized. Acquiresignal.m part is the main progress to output the results of the capture of phase.)
    2019-05-28 15:09:06下载
    积分:1
  • ptscextyuanshi
    说明:  蒙特卡罗模拟光散射程序,粒子随机分布,绝对可以直接运行。带有简单说明~~~~~~!(Monte Carlo Simulation of light scattering process, a random distribution of particles can definitely make a direct run. With a brief description of ~~~~~~!)
    2020-11-17 15:29:39下载
    积分:1
  • OFDMsystembasedontheconversiondomainchannelestmati
    本代码是基于OFDM系统的一种转换域估计算法,有整个OFDM系统及改进的信道估计算法仿真。包括LS,MMSE,LMMSE,DFT,及改进后的DCT算法。(The code is based on the OFDM system, the conversion of a domain estimation algorithm, the OFDM system and revamp the entire channel estimation algorithm for the simulation. Including the LS, MMSE, LMMSE, DFT, and DCT algorithm improved.)
    2021-03-11 15:49:26下载
    积分:1
  • OFDM_u
    仿真了限幅方法减小PAPR,在MATLAB环境下实现仿真(Simulation of the limiter methods to reduce PAPR, in the MATLAB environment to achieve simulation)
    2008-04-23 10:39:08下载
    积分:1
  • df
    说明:  协作通信中DF模式。程序中也只仿了一个中继时的编码转发协作形式。(cooperative diversity DF)
    2010-03-03 14:43:03下载
    积分:1
  • AnalogSimulation
    一种新的压缩传感技术,用matlab进行的仿真(A new compressed sensing technology, using matlab simulation carried out)
    2009-11-23 18:26:12下载
    积分:1
  • ydn108_V5.2
    说明:  V5.2接口一致性测试规范,是V5.2接口测试的指导性文件,对V5开发人员有较大帮助(V5.2 interface conformance test specification, V5.2 interface test the guiding document, the right V5 developers have more help)
    2006-03-07 18:22:41下载
    积分:1
  • gr-ofdm-master
    说明:  提供块和Python类以构建OFDM发送器和接收器 用于研究和教学目的,可动态配置的传输 参数。 包括基于Python Qt的可视化GUI。(Provides blocks and Python classes to build an OFDM transmitter and receiver for research and teaching purposes with dynamically configurable transmission parameters. Includes Python Qt based GUI for visualization.)
    2019-12-09 17:11:55下载
    积分:1
  • btn
    数字基带传输系统的matlab仿真,用4种码型(Digital baseband transmission system matlab simulation, with four kinds of code-type)
    2008-05-11 10:51:48下载
    积分:1
  • mmsp
    前后向平滑算法:算法的原理很简单,以五点三次平滑为例。取相邻的5个数据点,可以拟合出一条3次曲线来,然后用3次曲线上相应的位置的数据值作为滤波后结果。简单的说就是 Savitzky-Golay 滤波器 。只不过Savitzky-Golay 滤波器并不特殊考虑边界的几个数据点,而这个算法还特意把边上的几个点的数据拟合结果给推导了出来。(Before and after the smoothing algorithm: the principle of the algorithm is very simple, to 5.3 times smooth as an example. Take the adjacent five data points, you can fit out a curve 3 times, and then use the corresponding position on the third time the data value as the filtered results. Simply said is the Savitzky-Golay filter. However, the Savitzky-Golay filter does not specifically consider several data points of the boundary, and this algorithm also specifically to the edge of a few points of the data fitting results derived.)
    2017-02-28 14:43:31下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载