|
FFmpeg
|
Go to the source code of this file.
Functions | |
| length of fill1 | length (fill1) 'length of fill2'length(fill2) for i |
| celloFills (i) | |
| celloFillsi (i) | |
| violinFills (i) | |
| violinFillsi (i) | |
| segs1 (celloFillsi+(0:length(celloFillsi)-1)) | |
| segs1 (~segs1) | |
| segs2 (violinFillsi+(0:length(violinFillsi)-1)) | |
| segs2 (~segs2) | |
Variables | |
| returns the segment onset times and an array of delay between each pair of corresponding onsets Also takes two arrays containing segments where | function [segs1, segs2, differences] |
| violin = csvread(csv2) | |
| use only the segmentation times | celloSegmentations = cello(:,1) |
| violinSegmentations = violin(:,1) | |
| celloFills = [] | |
| celloFillsi = [] | |
| violinFills = [] | |
| violinFillsi = [] | |
| thisSegment | |
| segDivision = segLength * (fill1(2,i)/4) | |
| newSegPosition = thisSegment + segDivision | |
| end for | i |
| end celloFills violinFills NOW FILL IN THE DATA | segs1 = zeros(1,length(celloSegmentations)+length(celloFills)) |
Function Documentation
| celloFills | ( | i | ) |
| celloFillsi | ( | i | ) |
| length of fill1 length | ( | fill1 | ) |
| segs1 | ( | celloFillsi+ | 0:length(celloFillsi)-1 | ) |
| segs1 | ( | ~ | segs1 | ) |
| segs2 | ( | violinFillsi+ | 0:length(violinFillsi)-1 | ) |
| segs2 | ( | ~ | segs2 | ) |
| violinFills | ( | i | ) |
| violinFillsi | ( | i | ) |
Variable Documentation
| celloFills = [] |
Definition at line 17 of file getOnsetsAndSynchronyWithFillin.m.
| celloFillsi = [] |
Definition at line 18 of file getOnsetsAndSynchronyWithFillin.m.
| use only the segmentation times celloSegmentations = cello(:,1) |
Definition at line 14 of file getOnsetsAndSynchronyWithFillin.m.
| returns the segment onset times and an array of delay between each pair of corresponding onsets Also takes two arrays containing segments where function[segs1, segs2, differences] |
Definition at line 4 of file getOnsetsAndSynchronyWithFillin.m.
Definition at line 43 of file getOnsetsAndSynchronyWithFillin.m.
| newSegPosition = thisSegment + segDivision |
Definition at line 35 of file getOnsetsAndSynchronyWithFillin.m.
| segDivision = segLength * (fill1(2,i)/4) |
Definition at line 34 of file getOnsetsAndSynchronyWithFillin.m.
| end celloFills violinFills NOW FILL IN THE DATA segs1 = zeros(1,length(celloSegmentations)+length(celloFills)) |
Definition at line 63 of file getOnsetsAndSynchronyWithFillin.m.
| thisSegment |
Definition at line 31 of file getOnsetsAndSynchronyWithFillin.m.
| violin = csvread(csv2) |
Definition at line 10 of file getOnsetsAndSynchronyWithFillin.m.
| violinFills = [] |
Definition at line 19 of file getOnsetsAndSynchronyWithFillin.m.
| violinFillsi = [] |
Definition at line 20 of file getOnsetsAndSynchronyWithFillin.m.
| violinSegmentations = violin(:,1) |
Definition at line 15 of file getOnsetsAndSynchronyWithFillin.m.
Generated by
1.8.11