Skip to content

Commit

Permalink
code clean-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Berman committed Apr 29, 2015
1 parent f7c3a41 commit 939147f
Show file tree
Hide file tree
Showing 75 changed files with 421 additions and 2,749 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
357 changes: 0 additions & 357 deletions ANALYZE_VIRILIS_SONG.m

This file was deleted.

5 changes: 3 additions & 2 deletions Process_Song_virilis.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
function [pulseInfo,pulseInfoF, pulseInfoM,male_song_times_final,segParams] = Process_Song_virilis(song,P,xempty,segParams)
function [pulseInfo,pulseInfoF,pulseInfoM,male_song_times_final,segParams] = ...
Process_Song_virilis(song,P,xempty,segParams)

addpath(genpath('./chronux'))

fprintf('Running wavelet transformation.\n')
[pulseInfoF, pulseInfoM, pulseInfo,male_song_times_final] = ...
PulseSegmentation_virilis_gjb_v2(song,P,xempty,segParams);
PulseSegmentation_virilis(song,P,xempty,segParams);

if pulseInfoF.w0 == 0;
fprintf('no female pulses found.\n');
Expand Down
Loading

0 comments on commit 939147f

Please sign in to comment.