搜索资源列表
ARMODEL
- 功率谱估计的应用范围很广,在各学科和应用领域中受到了极大的重视。在《现代信号处理》课程中讲述了经典谱估计和现代谱估计这两大类谱估计方法;经典谱估计是基于傅立叶变换的,虽然具有运算效率高的优点,但是频谱分辨率低同时旁瓣泄漏严重,对长序列有着良好的估计。为了克服经典谱估计的缺点,人们开展了对现代谱估计方法的研究。现代谱估计是以随机过程的参数模型为基础的,有最大似然估计法、最大熵法、AR模型法、预测滤波器法。现代谱估计对短序列的估计精度高,同
公共子序列
- 本算法实现的是对两个单字符串的扫描,找出其最长公共子序列。-the algorithm to achieve the two-string scan, identify its longest public sequences.
伪随机序列的说明和源代码
- 可控m序列产生器我分成四个小模块来做,M,M1,M2,M3分别对应为:m序列产生器、控制器、码长选择器、码速率选择器。-controllable m-sequence generator, I divided into four small modules do, M, M1, M2, M3, respectively : m-sequence generator, controller, code-selector, code rat
longteng3
- Bartlett法:Bartlett平均周期图的方法是将N点的有限长序列x(n)分段求周期图再平均。
最长公共子序列
- 动态规划算法中的最长公共子序列算法-dynamic programming algorithm for the longest sequence of public Algorithm
11
- 利用离散傅立叶变换转置因子的性质进行各种变换,将长序列分解成几个较短的序列,从而实现时间抽取和频率抽取两种方法的基-2快速傅立叶变换,并且能够进行两个序列的线性卷积运算和频谱分析。
Discrete_time_fourier
- 产生一些常见的离散时间信号完成两个有限长序列的线性卷积和,用滑动平均滤波器对混有噪声的信号进行滤波
matlabdesigning2
- 通过fir1设计FIR滤波器,fir2设计任意频率响应的滤波器,采用卷积计算信号通过系统后响应(还原),采用fftfilt计算信号通过系统后响应,一个长序列和一个短序列的卷积。
averageperiodfft
- 平均周期法计算 fft的结果,Bartlett平均周期图的方法是将N点的有限长序列x(n)分段求周期图再平均,Welch法对Bartlett法进行了两方面的修正,一是选择适当的窗函数w(n),并再周期图计算前直接加进去,加窗的优点是无论什么样的窗函数均可使谱估计非负。二是在分段时,可使各段之间有重叠,这样会使方差减小。
可控m序列产生器
- m序列产生器、控制器、码长选择器、码速率选择器。
最长公共子序列
- 动态规划算法中的最长公共子序列算法-dynamic programming algorithm for the longest sequence of public Algorithm
[转载]nlogn的最长子序列算法
- 关于用nlogn的最长子序列算法,在网上摘录的-discusses the use of the longest sequences algorithm, in the extract from the Internet
公共子序列
- 本算法实现的是对两个单字符串的扫描,找出其最长公共子序列。-the algorithm to achieve the two-string scan, identify its longest public sequences.
伪随机序列的说明和源代码
- 可控m序列产生器我分成四个小模块来做,M,M1,M2,M3分别对应为:m序列产生器、控制器、码长选择器、码速率选择器。-controllable m-sequence generator, I divided into four small modules do, M, M1, M2, M3, respectively : m-sequence generator, controller, code-selector, code rat
test
- 这是一道acm程序设计大赛中的一道题目的答案,题目为简易版最长序列-This is a acm programming contest in the subject together with the answer to the title sequence for the simple version of the longest
juanji
- 利用快速傅里叶变换和傅里叶反变换 进行较长序列的卷积运算-Using fast Fourier transform and inverse Fourier transform convolution long sequence
最长公共子序列
- 定义两个字符串,运用动态规划算法求出两个字符串的最长公共子序列(Finds the longest common subsequence of two strings)
1130最长单调递增子序列
- 这是一个用C++写的最长子序列问题,可供初学者学习使用(This is the most first-born sequence problem written in c ++ that can be used by beginners)
5.1 最长递增子序列
- 用c++语言采用动态规划手段完成寻找某序列的最长递增子序列(Using the dynamic programming method in c++ language to find the longest incrementing subsequence of a sequence)