说明:对区域平均的年平均降水的标准化距平进行11年、5年滑动平均-The regional average, the annual average precipitation anomaly for the standardization of 11 years, 5 year moving average <zhou> 在 2025-04-06 上传
| 大小:1kb | 下载:0
说明:This program reads a hex codes from a keypad attached to the 6821, Port A. The code is converted to ASCII and sent to the console <izzeldin> 在 2025-04-06 上传
| 大小:1kb | 下载:0
说明:This a test program for the MC1408L8 digital-to analog converter interface to the 6821 PIA. The program creates a sawtooth wave by continually incrementing a count and sending it to the MC1408L8. The constants STEP and C <izzeldin> 在 2025-04-06 上传
| 大小:1kb | 下载:0
说明:制作的语音识别的新手,好多地方向大家学习!!希望多支持!-Speech recognition produced the novice, many in the direction you learn! ! I hope more support! <ydh> 在 2025-04-06 上传
| 大小:1kb | 下载:0
说明:制作的语音识别的新手,好多地方向大家学习!!希望多支持!-Speech recognition produced the novice, many in the direction you learn! ! I hope more support! <ydh> 在 2025-04-06 上传
| 大小:1kb | 下载:0
说明: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 <ydh> 在 2025-04-06 上传
| 大小:1kb | 下载:0