循证补充和替代医学/2015/文章/Alg 1

研究文章

耳廓疗法在大学生颞下颌紊乱性焦虑症治疗中的作用

算法1

用于肌电图数据规范化的算法。
%导入数据 Data_matrix
Data_matrix = dlmread ( RTSD2.txt );
%原始数据的存储 Original_Data
Original_Data = Data_matrix;
%识别时间= 1 s和时间= 4 s时数据的位置
1 = find (Data_matrix == 1);
4 = find (Data_matrix == 4);
%不包括时间≤1 s和时间≥4 s的数据
Data_matrix ( 1: A 4:结束 :) =
Filtered_data = Data_matrix;
= size (Filtered_data, 1);
%数据规格化
Data_RMS = Filtered_data;
均值=√(均值(Data_RMS (:, 2)));
对于计数器= 1:Number_lines
Data_RMS (counter, 2) = (((Data_RMS (counter, 2))/mean));
结束
%的意思
media_RMS = mean (Data_RMS (:, 2))

年度文章奖:由主编评选的2020年杰出研究贡献。阅读获奖文章