-
gold-sequence
m序列产生子函数
gold序列产生子函数
自相关函数和互相关函数计算子函数
调用子函数[s,k,pn]=m(c,b0)产生第二条m序列(function [Rm]=Rm(golda,goldb) 自相关函数和互相关函数计算子函数
N=11
n=2^N-1
Rm(1)=sum(golda.*goldb)/n
for k=1:n-1
Rm(k+1)=sum(golda.*circshift(goldb,[0,k]))/n
end
Rm )
- 2011-04-30 17:53:27下载
- 积分:1
-
quboquzao
将曲波去噪直接应用于实际地震资料中,并有良好的效果,标注详细(Curvelet denoising will be directly applied to real seismic data, and has a good effect, more marked)
- 2010-07-14 09:40:35下载
- 积分:1
-
pocs
这篇文章主要介绍pocs算法,详细的介绍了pocs的步骤。(pocs ,image super-resolution)
- 2012-04-29 15:32:49下载
- 积分:1
-
grouppos
matlab数组操作,找出数组中相同数字的脚标位置(Array of steps to find the same number of array subscript position)
- 2011-08-22 15:35:36下载
- 积分:1
-
Perfect-PCA
principle component analysis is powerfull matlab source for face recognition.
- 2013-03-07 09:34:26下载
- 积分:1
-
upf_demos
无香粒子滤波的一个matlab例程,其中有ekf,ukf,pf,upf(In these demos, we demonstrate the use of the extended Kalman filter (EKF), unscented Kalman filter (UKF), standard particle filter (a.k.a. condensation, survival of the fittest, bootstrap filter, SIR, sequential Monte Carlo, etc.), particle filter with MCMC steps, particle filter with EKF proposal and unscented particle filter (particle filter with UKF proposal) on a simple state estimation problem and on a financial time series forecasting problem. The algorithms are coded in a way that makes it trivial to apply them to other problems. Several generic routines for resampling are provided. The derivation and details are presented in: Rudolph van der Merwe, Arnaud Doucet, Nando de Freitas and Eric Wan. The Unscented Particle Filter. Technical report CUED/F-INFENG/TR 380, Cambridge University Department of Engineering, May 2000. After downloading the file, type "tar-xf upf_demos.tar" to uncompress it. This creates the directory webalgorithm containing the required m files. Go to this di)
- 2013-03-11 22:24:47下载
- 积分:1
-
lms
自适应算法滤波器--lms,以《现代信号处理》(张贤达)书上所讲过程所写(Adaptive algorithm filters- lms, to the "Modern Signal Processing" (Zhang XD) book written by the process of speaking)
- 2013-12-15 14:08:34下载
- 积分:1
-
GPSComProg
GPS 串口编程应用。文章介绍了GPS的数据输出格式,数据校验程序以及GPS与计算机进行串口通信的一半步骤,为GPS的编程应用提供参考(GPS serial port programming applications. This paper introduces the GPS data output format, data validation procedures, and GPS serial communication with the computer half the steps of programming applications for the GPS reference)
- 2010-06-09 15:14:25下载
- 积分:1
-
siganlandsystemusingMatlab
这是一个用Matlab编写的程序集,可以实现一些声音和图象的处理。声音的处理有:LPC,FFT,共振峰,频谱等。图象的处理也有很多,都有源代码和参考代码。还有非常友好的界面。(This is a Matlab prepared by the procedure set, can achieve some of the voices and image processing. Voice processing : LPC, FFT, formants and spectrum. Image processing there are many, have the source code and reference code. There are extremely friendly interface.)
- 2007-05-26 14:13:17下载
- 积分:1
-
loutiu_v72
用MATLAB编写的遗传算法路径规划,可以动态调节运行环境的参数,小波包分析提取振动信号中的特征频率。( Genetic algorithms using MATLAB path planning, Can dynamically adjust the parameters of the operating environment, Wavelet packet analysis to extract vibration signal characteristic frequency.)
- 2016-09-30 16:24:28下载
- 积分:1