资源列表
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
e60k
- 此程序可以计算自然对数的底到小数点后6万位。如果编译器对汉字有限制,可以把文件名和代码中的汉字改成英文的,把中文注释删除就可以了。-This program can calculate the natural logarithm of the decimal point after the end of 60000. If the compiler is limited to the characters, you can code the file name and the Chinese c
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
FSM
- 这是用 vhdl所实现的有限状态机的代码,是学VHDL的基本-this is the VHDL for finite state machine.
DigitalTimer
- 51单片机时钟汇编程序,利用定时器实现时钟功能-51 microcontroller clock assembly language
tongxin
- 单片机实现通信功能,能键盘进行通信,绝对可用-MCU communication function, the keyboard can communicate absolutely available