搜索资源列表
GP_Algorithm_luzhenbo
- G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快) 作者:陆振波,海军工程大学 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页 电子邮件:luzhenbo@sina.com 个人主页:luzhenbo.88uu.com.cn 更新部分: 引入限制短暂分离参数,使该参数大于序列平均周期时,去除了同一轨道前后点的关联, 使 r 值较小时,ln r - ln C(r) 曲线接近线性 文件夹说明: 1、GP_Alg
matlab-signal
- 用c语言实现下列的数字信号处理算法 1.离散傅里叶级数合成连续周期信号 2.DIF FFT 测试程序 3.将输入数据的幅度画出图形 4.使用FFT实现快速卷积 5.使用FFT实现快速相关 6.取样混迭演示程序 -language used to achieve the following digital signal processing algorithms 1. Discrete Fourier series synthetic signal two conse
Matlabcorrelation
- 对正弦信号自相关和互相关运算的实验。在进行算法模拟时首先应对一个实时数字信号处理的任务选择一种方案和多种算法,用计算机高级语言如(c、Matlab等工具)验证算法能否满足系统的性能指标;然后从多种信号处理算法中找出最佳或准最佳算法。-right sinusoidal signal autocorrelation and cross correlation of the experimental operation. Conducting simulation algorithm deal wit
lyapunovindex.rar
- 混沌计算程序源文件——包括计算Lyapunov指数的5种方法:C-C算法,最小数据量算法,G-P算法,关联维数法,互信息量法。,the original programs to calculate chaos in order to count the Lyapunov index out. Including 5 such methods: c-c method, minimum data method, G-P, mutual information method and correlati
ica
- 可以分离语音的独立分量分析程序 可以实现瞬时和卷积混合的分离 相当好用-ica_f.m bsepf2 is the main program and it needs correlation.m decorrelation.m permutation.m sepfilter.m. You also need to visit ftp://sig.enst.fr/pub/jfc/Algo/Joint_Diag/ and get a matlab
2010-02-05(C-C)
- C-C算法应用关联积分能够同时估计出时间延迟和嵌入维数,是相空间重构的前提。 本程序通过C-C算法计算duffing方程产生的混沌时间序列的时间延迟和嵌入维数。-CC algorithm is used to simultaneously estimate the correlation integral time delay and embedding dimension, is a prerequisite for phase space reconstruction. T
C-CDocument
- 对混沌时间序列相空间重构C—C方法的三点不足,提出了一种基于改进的C-c方法的 确定曩优时延与嵌入窗的新算法.在关联积分计算过程中引入了权衡计算精度与速度的可调参数, 合理选择试参数,能在不严重损失估计精度的前提下,大大加快计算速度。在理论分析的基础上, 用所提出的算法对三种混沌序列进行相空间重构,仿真结果表明该算法对最优时延的选择更准确, 对最优嵌入窗的选取更可靠。-Of chaotic time series phase space reconstruction method
cazac
- 根据D.C.CHU提出的计算CAZAC序列的算法,计算出CHU序列的matlab程序。包括自相关函数,FFT变换后的CHU序列,以及CAZAC序列的一些特性,还提供D.C.CHU的算法原文-According to the calculation made by CAZAC sequence DCCHU algorithm to calculate the CHU sequence matlab program. Including the self-correlation function,
fastop
- Matlab and c code to compute fast normalized correlation coefficient.
huadongxiangguanpuh
- GPS捕获的滑动相关捕获的算法的实现,包括C/A码的产生,数字化,还有精频的确定算法,很全的代码,希望对你有帮助-GPS captured captured sliding correlation algorithm, including the C/A code generation, digital, there are fine frequency identification algorithm, it is all the code, I hope to help you
normxcorr2_ALL
- 快速NCC(normalized cross correlation)算法实现。比matlab自带的normxcorr2 快10-20倍。在windows Unix环境下c语言,和matlab编译通过。-use Matlab on Windows or Linux or Mac OS X and want fast (exact, general-case) normalized correlation (NCC) code right now, then download it and enj
trans_sigPnoisePinterference
- 根据直扩原理,首先有随机数发生器产生一系列二进制信息数据(+1,-1),每个信息比特重复Lc次,Lc对应每个信息比特所包含的伪码片数,包含每一比特Lc次重复的序列与另一个随机数发生器产生的PN序列c(n)相乘。然后在该序列上叠加高斯白噪声和形式为i(n)=Acosw0n余弦干扰下次信号,切余弦干扰信号的振幅满足条件A<Lc。在解调器中进行与PN序列的互相关运算,并且将组成各信息比特的Lc个样本进行求和。加法器的输出送到判决器,将信号与门限值0进行比较,确定传送的数据为+1还是-1,计数器用
toolbox_fast_marching
- The method mainly consists in considering a reference normal ECG segment and input ECG (unknown behavior) segment. Each segment of the input ECG T is compared to the reference segment using SEA. The SEA method outputs a measure in the range [0.
C-C-Method
- 该程序用于求解时间延迟t和嵌入维数m,该方法不同于自相关函数法和gp法,可以同时求解出两个量t和m的值,非常方面,在求解lyapunov指数时经常用到该方法-The procedure used to solve the time delay t and the embedding dimension m, the method is different from the self-correlation function gp method can solve the two quantiti
Theory-and-simulation-of-cazac
- 根据D.C.CHU和B.M.Pop提出的恒包络序列理论,自动生成任意长度的cazac序列,并且对该序列作相关和fft运算,验证cazac序列的特性。-According the constant envelope sequence theory proposed by D.C.CHU and B.M.Pop, automatically generated arbitrary length of the CAZAC sequence, and the sequence of the correl
GP_Algorithm2.0
- G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快) ----------------------------------- 更新部分: 引入限制短暂分离参数,使该参数大于序列平均周期时,去除了同一轨道前后点的关联, 使 r 值较小时,ln r - ln C(r) 曲线接近线性 ----------------------------------- 文件夹说明: 1、GP_Algorithm_main.m - 程序主文件 2、Lo
C-Cmethod
- C-CMethod.m C-C法主函数,调用方式见函数体 correlation_integral.m 关联积分求解(被C-C法主函数调用) disjoint.m 将时间序列分为t个不相交的向量 heaviside.m 判断函数>0为1,<0为0 reconstitution.m 相空间重构函数 lorenz_phase.m 实验函数,用lorenz系统测试C-C法 lorenz_sim.mdl 用s
ercixiangguan
- 实现时延估计中的二次相关算法,用于进行时延估计的计算。-请键入文字或网站地址,或者上传文档。 取消 Shíxiàn shí yán gūjì zhōng de èr cì xiāngguān suànfǎ, yòng yú jìnxíng shí yán gūjì de jìsuàn.Realization of TDE secondary correlation algorithm, used for the calculation of time-delay estimation.
CC_Method
- C-C算法,关联积分法求嵌入维数和时间延迟。-CC algorithm, correlation integral method the embedding dimension and time delay.
914000720135
- 生成C/A码,C/A 码是用 m 序列优选对组合形成的 Gold 码。Gold码是由两个长度相同而互相关极大值为最小的 m 序列逐位模2 相加所得到的码序列。(C/A code is to use m sequence optimization of combination to form Gold code. Gold code is made up of two same length and cross-correlation bitwise modulus maximum value i