xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 1KB
    文件類型: .m
    金幣: 2
    下載: 2 次
    發(fā)布日期: 2021-05-12
  • 語言: Matlab
  • 標簽: PAA??

資源簡介

對數(shù)據(jù)進行活動窗口均值處理,根據(jù)其均值進行數(shù)據(jù)分類,具有時間連貫性。matlab代碼

資源截圖

代碼片段和文件信息

%——————————
%——————————時間序列分段PAA算法程序————————————
clear;
clc;
%——————————————參數(shù)輸入————————————%
A=input(‘Please?input?the?traffic?date?like?[6:00?6:30?···?]\n?A=‘);??%按照時間順序輸入交通流數(shù)據(jù)
[a?A_longth]=size(A);%采集交通流數(shù)據(jù)組數(shù)
fprintf(‘The?longth?of?the?input?is:%5.4g\n‘A_longth);%輸出交通流數(shù)據(jù)組數(shù)
fprintf(‘Attention?win_width>slide_steps\n‘);
M=input(‘Please?input?the?width?and?the?slide?step?of?the?slide?window\n?[win_width?slide_steps]=‘);%輸入滑動窗口大小及滑動步長

%——————————————參數(shù)處理————————————————%
win_width=M(1);%窗口大小
slide_steps=M(2);%滑動步長

評論

共有 條評論

相關(guān)資源