资源列表
修正周期谱分析
- matlab编程,修正周期图法进行谱分析
mytail
- c++简单实现tail命令功能,显示所选文件的末尾-Implement tial command using c++
testdtw(zhu)
- function dist = dtw(t,r) n = size(t,1) m = size(r,1) 帧匹配距离矩阵 d = zeros(n,m) for i = 1:n for j = 1:m d(i,j) = sum((t(i,:)-r(j,:)).^2) end 累积距离矩阵 D = ones(n,m) * realmax D(1,1) = d(1,1) 动态规划 for i = 2:n
LSL
- 最小均方算法lms源程序,算法简单,实用,可准确无误的运行-Minimum mean-square source lms algorithm, the algorithm is simple, practical, accurate operation can be
shiyan11
- 编译原理词法分析源程序检验C语言无符号数-Lexical analysis of source code compiler theory test C-unsigned
mypage
- 自绘组件,透明edit combobox listbox urllabel-Self-drawn components
A-differential-method
- 利用一次微分法计算电流、电压的幅值、 相位等电量时,只需使用连续的三个采样 值,算法的时间窗为 2Ts-Using a differential method to calculate the current, voltage amplitude, phase and electricity, simply use continuous three sampling value, the algorithm of time window for 2 ts
jacobi
- 用雅克比迭代法求解方程,给出5*5 但可在此基础上拓展-Solving equations using Jacobi iterative method, gives 5* 5 but can be expanded on the basis of
FIR_LPF
- 给音频叠加一个20dB的噪声,再通过一个滤波器滤除噪声-Give a 20 db of noise added to the audio, to filter out noise through a filter
ex2_19
- 利用两层BP神经网络完成函数逼近。隐含层的激活函数取S型传输函数,输出层的激活函数取线性传输函数-Two layer BP neural network using function approximation. The S transfer function of the hidden layer activation function, the output layer activation function of linear transfer function
ATMguitaijiemian
- 这是一款基于C语言开发的ATM柜台自助取款界面程序-This is a C-based language developed by ATM teller counter buffet Interface Program