Displaying 2 results from an estimated 2 matches for "melod".
Did you mean:
meld
2010 Oct 15
2
Multi-line graph?
...norant but I have perused every entry level document I can
find and so far I'm out of luck.
I'm trying to graph some simple music psychology data. Columns are musical
intervals, rows are the initials of the subjects. Numbers are in beats per
minute (this is the value at which they hear the melodic interval split into
two streams). So here's my table:
Tenth Fifth Third
GG 112 152 168
EC 100 120 140
SQ 160 184 NA
SK 120 100 180
I want a multi-line graph where the intervals are on the X axis, and the y
axis is the beats per minute, and each subject has a diff...
2006 Jul 17
6
Nested functions
Hi there,
I'm having myself a hard time writing an algorithm for finding patterns
within a given melody. In a vector I'd like to find ALL sequences that
occur at least twice, without having to check all possible patterns via
pattern matching.
I finally found a solution in a style that I'm used from C, i.e. calling
one function from within another. GNU R doesn't seem to like that, it
com...