Pause finder Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: p_finder.m
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: Jan Lubina (View more)

Pause finder script description:




Publisher review:
Pause finder analyses data for free definable pauses and returns matching indices [pause, err] = p_finder(DATA, samplerate, plength, plevelfrom, plevelto)example:--------paus = p_finder(data,samplerate,0.5,-1.8,0.4);%lookfor pauses > 0.5sec, pause = signal level between -1.8 and 0.4[m,n,o]=size(paus);p_vector=[];for m = 1:np_vector(end 1:end paus(2,m,1)-paus(1,m,1) 1) = [paus(1,m,1):paus(2,m,1)]';endp_vector=p_vector(:);np_vector = [1:1:length(data(:,1))]';np_vector(p_vector)=0;np_ind = find(np_vector~=0);data=data(np_ind,:); Requirements: ยท MATLAB Release: R13
Pause finder is a Matlab script for Signal Processing scripts design by Jan Lubina. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.
Pause finder analyses data for free definable pauses and returns matching indices

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5