登录
首页 » matlab » crptool

crptool

于 2020-12-14 发布 文件大小:770KB
0 243
下载积分: 1 下载次数: 53

代码说明:

  由提出cross recurrence plot方法的原作者用MATLAB编写的CRP工具箱,含有使用手册。(cross recurrence plot tools for matlab with reference manural)

文件列表:

crptool
.......\ace.m,9770,2016-07-14
.......\adjust.m,5656,2016-07-14
.......\arfit.m,27393,2016-07-14
.......\choosecolormap.m,2204,2016-07-14
.......\Contents.m,3688,2016-07-14
.......\corrgram.m,5294,2016-07-14
.......\crp.m,32467,2016-07-14
.......\crp2.m,57221,2016-07-14
.......\crpclean.m,8417,2016-07-14
.......\crp_big.m,34434,2016-07-14
.......\crp_man.pdf,592405,2016-07-14
.......\crqa.m,56784,2016-07-14
.......\crqad.m,14599,2016-07-14
.......\crqad2.m,12956,2016-07-14
.......\crqad_big.m,17665,2016-07-14
.......\dl.m,3609,2016-07-14
.......\entropy.m,1441,2016-07-14
.......\erqa.m,11010,2016-07-14
.......\erqa2.m,10340,2016-07-14
.......\error.log,1927,2016-07-25
.......\first.m,1598,2016-07-14
.......\fnn.m,23940,2016-07-14
.......\french.m,1907,2016-07-14
.......\gpl.m,16010,2016-07-14
.......\hist2.m,4555,2016-07-14
.......\histn.m,5161,2016-07-14
.......\info.xml,1369,2016-07-14
.......\jrp.m,34958,2016-07-14
.......\jrqa.m,44687,2016-07-14
.......\mcf.m,3869,2016-07-14
.......\mgui.m,56455,2016-07-14
.......\mgui.rc,459,2016-07-14
.......\mi.m,25097,2016-07-14
.......\migram.m,8375,2016-07-14
.......\normalize.m,1192,2016-07-14
.......\phasespace.m,20579,2016-07-14
.......\phasesynchro.m,11284,2016-07-14
.......\private
.......\.......\.gpl.ace,101,2016-07-14
.......\.......\.gpl.crp,101,2016-07-14
.......\.......\.gpl.mgui,101,2016-07-14
.......\.......\change_colormap.m,1320,2016-07-14
.......\.......\change_colormapscale.m,1457,2016-07-14
.......\.......\check_stop.m,1650,2016-07-14
.......\.......\close_all.m,1504,2016-07-14
.......\.......\create_CRPfig.m,4653,2016-07-14
.......\.......\create_Ctrlfig.m,9876,2016-07-14
.......\.......\create_JRPfig.m,4756,2016-07-14
.......\.......\crp_plugin.m,4745,2016-07-14
.......\.......\dtw.m,1685,2016-07-14
.......\.......\init_properties.m,6281,2016-07-14
.......\.......\is_crp_plugin.m,1479,2016-07-14
.......\.......\levenshtein.m,1338,2016-07-14
.......\.......\logo.mat,17632,2016-07-14
.......\.......\print_error.m,4139,2016-07-14
.......\.......\show_crp.m,5849,2016-07-14
.......\.......\smart_close.m,1635,2016-07-14
.......\.......\splash_gpl.m,1904,2016-07-14
.......\.......\stretch.m,1810,2016-07-14
.......\.......\switch_unthresholded.m,2806,2016-07-14
.......\.......\vectorswitch.m,1282,2016-07-14
.......\pss.m,2827,2016-07-14
.......\Readme.m,11261,2016-07-14
.......\recons.m,10783,2016-07-14
.......\rpde.m,7539,2016-07-14
.......\rrspec.m,5140,2016-07-14
.......\rtspec.m,5058,2016-07-14
.......\taucrp.m,9752,2016-07-14
.......\trackplot.m,26238,2016-07-14
.......\trafo.m,2579,2016-07-14
.......\tt.m,4223,2016-07-14
.......\twinsurr.m,10164,2016-07-14
.......\waitbar.m_outdated,8688,2016-07-14
.......\winplot.m,23068,2016-07-14
.......\xcf.m,2502,2016-07-14

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

发表评论

0 个回复

  • FdRLS
    雷达数据处理对于观测的目标位置数据(称为点迹)进行滤波处理,自动形成航迹,并且可以对下一个目标的位置进行估计预测。利用最小二乘算法(LMS)进行滤波处理,得到了比较稳定的航迹估计。 最小二乘方法是参数估计中一种较为常见的参数估计方法。对于雷达观测数据,在我们假定已经精确知道航迹的运动学模型之后,通过建立观测方程,即可以对于模型的参数,如初速度,初始位置和加速度等进行最小均方误差估计。采用序贯最小二乘的方法可以对观测数据进行实时处理,已对待估计参数进行实时更新,然后利用观测模型可以对 数据进行滤波计算。(Radar data processing for target position data observed (known as trace points) filter processing, automatic track, and can be estimated to predict the position of the next target. Using the least squares algorithm (LMS) filtering process, have been relatively stable track estimates. Least-squares parameter estimation method is a more common parameter estimation method. For radar data, we assume that the kinematic model has been accurately track after, through the establishment of observation equations, which can be the parameters of the model, as ever speed, acceleration, etc. initial position and minimum mean square error estimation. Sequential least squares method using the observed data can be processed in real time, has been to treat the estimated parameters are updated in real time, and then use observational data can be filtered model calculations.)
    2021-04-24 07:58:47下载
    积分:1
  • gray2rgb
    GRAY图像转换到RGB图像的Matlab函数。(Matlab function for conversion from GRAY image to RGB image .)
    2010-09-25 14:55:40下载
    积分:1
  • FSKxinhaochafenxitong
    说明:  FSK差分检波系统仿真的课程设计 本课程设计主要利用MATLAB集成环境下的Simulink仿真平台,设计一个FSK信号差分检波系统。观察FSK调制前后的信号波形,并对调制前后信号的频谱进行分析,再以调制信号为输入,构建差分检波解调系统电路,观察解调前后的信号波形,并对解调前后信号的频谱进行分析。加入噪声分析通过三种不同信道FSK信号差分检波系统接受信号的性能。仿真结果,基本达到课程设计要求。(FSK differential detection system simulation of the curriculum design of this course the main use of MATLAB integrated design environment of Simulink simulation platform, the design of a FSK signal differential detection system. Observed before and after FSK modulation signal waveforms, and modulation signal spectrum before and after analysis, and then modulated signal as input, build a system of differential detection demodulator circuits, observe the pre-and post-demodulation signal waveforms, and signal demodulation spectrum before and after analysis. Adding noise analysis through the three different channel FSK signal differential signal detection system to accept performance. The simulation results, the basic courses to meet the design requirements.)
    2008-10-19 22:33:49下载
    积分:1
  • Power-Load-Forecasting-Model
    Elman神经网络的数据预测—电力负荷预测模型研究(Elman neural network data prediction- Power Load Forecasting Model)
    2013-07-11 09:30:55下载
    积分:1
  • lianxi
    本程序是计算光子晶体光纤问题,主要是模拟仿真(This procedure is to calculate the photonic crystal fiber problem is simulation)
    2011-09-22 17:46:30下载
    积分:1
  • QPSK1
    QPSk误码性能的仿真程序,包括AWGN信道和瑞利信道性能曲线(QPSk BER performance simulation procedures, including the AWGN channel and Rayleigh channel performance curve)
    2009-12-10 18:11:44下载
    积分:1
  • Matlab-handbook
    该书包含全面的MATLAB函数及其使用方法,可方便查询使用(The book contains a comprehensive MATLAB functions and their use can be easier to find)
    2012-05-30 16:40:35下载
    积分:1
  • randinterval_matlab
    文件名:randinterval.m 函数功能:本函数将利用随机序列进行间隔控制,选择消息隐藏位置 ( File name: randinterval.m function: This function will use the random sequence interval control, select the message hidden location)
    2013-05-13 17:49:06下载
    积分:1
  • attachments_10_26_2010
    Newton Raphson algorithm flow calculation by Mathlab
    2010-10-27 10:55:31下载
    积分:1
  • denoising-rvin
    MATLAB® is a high-level technical computing language and interactive environment for algorithm development, data visualization, data analysis, and numeric computation. Using the MATLAB product, you can solve technical computing problems faster than with traditional programming languages, such as C, C++, and Fortran. You can use MATLAB in a wide range of applications, including signal and image processing, communications, control design, test and measurement, financial modeling and analysis, and computational biology. Add-on toolboxes (collections of special-purpose MATLAB functions, available separately) extend the MATLAB environment to solve particular classes of problems in these application areas. MATLAB provides a number of features for documenting and sharing your work. You can integrate your MATLAB code with other languages and applications, and distribute your MATLAB algorithms and applications.
    2011-08-14 19:31:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载