登录
首页 » matlab » xunhuanpuguji

xunhuanpuguji

于 2021-04-18 发布
0 262
下载积分: 1 下载次数: 50

代码说明:

说明:  循环谱估计算法,有FAM和SSCA,利用谱自相关函数或者互谱相关函数,可以对循环谱循环进行学习或者分析。(Cyclic spectrum estimation algorithms, including FAM and SCA, can learn or analyze the cyclic spectrum cycle by using spectral autocorrelation function or cross-spectral correlation function.)

文件列表:

循环谱估计代码\FAM.m, 2828 , 2018-05-08
循环谱估计代码\SSCA.m, 2540 , 2018-05-11
循环谱估计代码\autofam.m, 4941 , 2018-05-11
循环谱估计代码\autossca.m, 5320 , 2018-05-11
循环谱估计代码\crossfam.m, 3883 , 2018-05-08
循环谱估计代码\crossssca.m, 3420 , 2018-05-08
循环谱估计代码, 0 , 2018-05-11
(代码对应的论文)FAM和SSCA算法的matlab源程序-detection and identification of signal.pdf, 3043762 , 2019-04-24
循环谱估计代码\说明.txt, 187 , 2019-04-30
产生各种调制信号的代码.txt, 3021 , 2019-04-30
各种调制方式循环谱.docx, 1350117 , 2019-04-16
认知无线电中基于循环谱的协作频谱感知算法研究(SVM训练)_张黎.caj, 3908821 , 2019-04-14
基于循环谱的调制方式识别与高动态同步技术研究_高玉龙(各种循环谱分析).caj, 5505267 , 2019-04-12
基于循环平稳特征的频谱感知技术研究(各种循环谱).pdf, 7321665 , 2019-04-10

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

发表评论

0 个回复

  • time_delay
    时延估计和波束形成方法,在声源跟踪方面有用(Time delay estimation and beamforming methods, useful for tracking the sound source)
    2010-08-24 00:06:47下载
    积分:1
  • 5
    说明:  describe the file once again
    2011-06-23 18:10:06下载
    积分:1
  • TLI
    将要分析的数据放在C盘的ELI.xls表的Bay表单中,根据数据多少调整读取范围(修改 b2:f16 此句) 结果有两种,一种是按数据计算权值求出的结果,另一种是参考建议值求出的结果。结果写入C盘的ELI表格,范围要手动根据数据多少调整(The data will be analyzed on the C disk ELI.xls Table Bay form, how much to adjust the data read range (change ' b2: f16' sentence) result, there are two, one is calculated according to weight data the results obtained, the other is the result of reference to find the recommended value. Results written to C drive of the ELI forms, the scope of how much to manually adjust the data)
    2010-10-18 22:26:09下载
    积分:1
  • xiepaoyundong
    something about physics
    2009-05-11 09:43:59下载
    积分:1
  • Hybrid-Differential-Evolution-Algorithm-With-Adap
    This Toolset comprises of the following files: 1) RunTutorial.m Runs and publish in html format the Tutorial.m file. 2) Tutorial.m A quick reference tutorial for the DE_TCR algorithm. 3) DE_TCRparam.m Generates the required parameters to run the DE_TCR algorithm. 4) DE_TCR.m Runs the optimization algorithm. This code implements a version of the DE_TCR algorithm described in: G. Reynoso J. Sanchis X. Blasco Juan M. Herrero. Hybrid DE Algorithm With Adaptive Crossover Operator For Solving Real-World Numerical Optimization Problems. In IEEE Congress on Evolutionary Computation. CEC 2011. (ISBN 978-1-4244-7833-0). New Orleans (USA). June 2011. 5) LocalSearch.m Runs the Local search routine. 6) CostFuntion.m The cost function to optimize
    2013-01-18 15:59:57下载
    积分:1
  • Chan_Algorithm
    Y.T.Chan在其论文中提出一种具有解析表达式解的非递归双曲线方程组解法,该算法具有计算量小,速度快,且当TDOA参数估计误差服从高斯分布的情况下,定位精度较高。 本程序借鉴Chan论文中提出的算法,基于MATLAB程序,在已知TDOA估计参数的情况下,对信号源位置进行估计。 希望能够对研究 干扰源定位、无源定位的同志提供帮助。(YTChan in his paper presents a solution with the analytical expression for the non-recursive solution of hyperbolic equations, the algorithm has calculated the amount of small, fast, and when the TDOA estimation error of Gaussian distribution in the case, positioning accuracy than high. The papers presented in the program learn from Chan algorithm, MATLAB-based program, known TDOA estimation parameters in the case, the signal source location estimates. Hope to the study of interference location, passive positioning of the comrades to help.)
    2021-04-28 19:58:44下载
    积分:1
  • Discret-Wavelet-Transform-got-Daub2-by-Santhana-R
    y=d2wavelet(x,Fs,level) does the 2nd order Daubechies Wavelet Transform of signal x with a sampling frequency Fs and the DWT is decomposition is done upto a level It returns the matrix of all decompositions and the final approximations. Instead of using the matlab s inbuilt DWT function, this file explains the algorithm for DWT. Mostly useful for learning & academic purposes. For other wavelets, the filter values alone can be changed or WFILTERS can be used. The function basically is for Condition Monitoring of rotating equipments by vibration based bearing fault diagnosis by the author. Example: clear all t=[0:0.0003:8*pi] x=sin(5000*t)+sin(1000*t) x=x(1:2^16) level=5 Fs=1/0.003 d2wavelet(x,Fs,level) Thanks for Downloading. Don t forget to rate or comment.
    2013-04-05 21:52:35下载
    积分:1
  • 50Matlab
    这是一本典型的matlab习题,很实用,他包含了matlab的大部分命令(This is a typical matlab exercises, it is practical, he includes most of the command matlab)
    2007-10-08 22:15:47下载
    积分:1
  • polyfit
    matlab algorithm matlab教程 插值算法(matlab algorithm)
    2012-05-15 11:20:26下载
    积分:1
  • cca典型相关分析的多变量版本mcca
    cca典型相关分析的多变量版本mcca,典型的一种盲源分离算法(Multivariate version of canonical correlation analysis)
    2020-11-05 09:39:54下载
    积分:1
  • 696516资源总数
  • 106627会员总数
  • 16今日下载