搜索资源列表
SSRFinder
- 快速寻找SSR,使用滑动块寻找短重复序列,目前已有分子生物育种网站在使用,比较宝贵的源码-SSR, use sliding block for a short repetitive sequence, there is a molecular biology breeding sites in the use of more valuable source
psd
- 计算ARMA(p,q)模型的功率谱密度。 形参说明: b——双精度实型一维数组,长度为(q+1),存放ARMA(p,q)模型的滑动平均系数。 a——双精度实型一维数组,长度为(p+1),存放ARMA(p,q)模型的自回归系数。 q——整型变量,ARMA(p,q)模型的滑动平均阶数。 p——整型变量,ARMA(p,q)模型的自回归阶数。 sigma2——双精度实型变量,ARMA(p,q)模型白噪声激励的方差。 fs——双精度实型变量,采样频率(Hz)。
软件滤波算法
- 十种软件滤波算法 限副滤波 中位值滤波法 算术平均滤波法 递推平均滤波法(又称滑动平均滤波法)中位值平均滤波法(又称防脉冲干扰平均滤波法) -filtering software filtering algorithm limits Vice median filtering method arithmetic average recursive filtering average filtering method (also known as the moving average filter
Program1
- 曲线数据处理之滑动平均算法,主要讲述:曲线平滑。具体内容为:无论通过什么观测途径所得到的曲线数据,总不免有噪声。为了了解事物的变化规律,可以通过平滑处理消除噪声的干扰。观测曲线既有长周期的趋势性变化,也包括短周期的局部变化,在人们注重趋势性变化时,也需要对曲线进行平滑处理。-curve data processing for moving average algorithm, the story : curve smoothing. Specifically : no matter what w
PN_synchronization_simlulink
- 基于PN序列的同步仿真链路(simulink+m files),收端算法为接受序列与本地序列求滑动相关。-PN sequence based on the synchronous Link Simulation (Simulink m files), Algorithm-admission to accept the sequence with the local demand sliding related sequences.
zlsj
- 滑动窗口的数据流闭合频繁模式的挖掘算法,用VC编写-sliding window of data flow closure frequent pattern mining algorithm, prepared by VC
PhotoShophuadongtiao
- 在vc++的开发平台下开发的PhotoShop风格的滑动条,可以帮助学习mfc编程,对初学者更是大有好处
frame_format
- 定义了通信中帧格式,用matlab代码实现了这个过程,可以自定义巴克码的长度,接收端可以采用滑动相关法捕获该帧
RON
- RON 在资源分配网络的学习过程中引入了滑动窗口和网络结构在线优化的思想,使网络能根据最 近一段时间内的误差信息自动实现网络结构优化,从而使RBF网既能在线适应对象的变化
windows
- 滑动窗口模拟 // 对滑动窗口中每一个2字节串排序 // 排序是为了进行快速术语匹配 // 排序的方法是用一个64k大小的指针数组 // 数组下标依次对应每一个2字节串:(00 00) (00 01) ... (01 00) (01 01) ... // 每一个指针指向一个链表,链表中的节点为该2字节串的每一个出现位置
滑动窗口法去噪算法
- 滑动窗口法去噪算法
AR.rar
- 运用自回归滑动平均模型进行预测的matlab 程序,The use of autoregressive moving average model to predict the matlab program
MA
- 气象上常用的滑动平均的程序,用fortran写的-Weather on the commonly used moving average procedure, written by fortran
dsss
- 直接序列扩频通信系统,实现PN码同步,采用串行滑动相关捕获相关峰-Direct sequence spread spectrum communication system, and PN code synchronization, sliding-related capture serial correlation peak
trend
- 该程序是计算气象要素趋势的一个常用方法。趋势计算利用最小二乘法,其中包括10年滑动平均的计算方法。-The program is to calculate the meteorological elements of a common method of trend. Trends calculated by least squares method, including 10 years of moving average is calculated.
Signal-Smoothing
- 在数字信号处理,采用滑动平均的方法消除噪声-In digital signal processing, using moving average method to eliminate noise
cx4_3
- 振动信号预处理方法_____滑动平均法消除趋势项-_____ Vibration signal preprocessing method trend term moving average method to eliminate
滑动平均
- 计算气候序列的滑动平均值,计算可靠,简单好操作
滑动平均滤波器实验报告
- 给出一段噪声音乐信号,用滑动平均滤波器进行处理,观察改变滑动窗口宽度对声音效果的影响。 (1)读取一段噪声信号,画出未处理噪声信号的时域波形和信号频谱图; (2)在Matlab中利用滑动平均滤波器对噪声信号进行处理,得出处理后的图像; (3)改变滑动窗口的宽度,观察处理后噪声以及图像得出对效果的影响。(A piece of noise music signal is given. It is processed with a sliding average filter to obse
SlidingDFT
- 滑动DFT实现短时傅里叶变换的matlab代码,包括正变换和逆变换,可极大提高时频分析的计算效率(Sliding DFT to realize short-time Fourier transform matlab code, including positive and inverse transforms, can greatly improve the efficiency of time-frequency analysis.)