• 大小: 1KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-09
  • 语言: Matlab
  • 标签: 游戏  

资源简介

matlab开发-信号波的首次零交叉检测。该程序检测到YR信号波的过零,

资源截图

代码片段和文件信息

 clc
 clear all
 %load the target window file 
    targetwindow=load(‘D:\rvm\targetwindow_1000.txt‘‘-ascii‘);
    %t_step to convert the collumn target in to time value
    t=0.001
     for j=1:20
    t_step(j1)=t;
    t=t+0.001;
     end
     %k1 indicates no of files loaded (here it is ten)it bcan be replaced
     %by h
     k2=length(targetwindow);
     x=1;
     for k1=1:k2
   for x=1:19;
        
         if (targetwindow(k1x)>0) 
             if (targetwindow(k1x+1)<0);
                 targetwindow11(k11)=t_step(x+11);
            break
             end
        
     
         elseif (targetwindow(k1x)<0)
             if targetwindow(k1x+1)>0;
                 targetwindow11(k11)=t_step(x+11);            
       break
             end
      

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1072  2015-11-04 01:22  final_zerocrossing.m
     文件        1332  2015-11-04 01:22  license.txt

评论

共有 条评论