Jump to content

Density Analysis Question


Recommended Posts

Suppose a density is defined by measuring the amount of information. Why does the first list having three pitches result in lower density than the second list comprising two pitches?


 

(density-analysis '((c4 d4 g4) (d4 a4)))

=> (0.2916667 0.5833334)

 

Thank you!

Link to comment
Share on other sites

My apologies for continuing questions...

 

Given that longer durations result in lower density, and if I understand it right, the density value of 1.0 indicates the lowest density, why are the longer durations resulting in higher density estimation:

 

(density-analysis '((h q) (e s)))

=> (0.17 0.67)

 

Thank you for your patience!

Link to comment
Share on other sites

Thanks for clarifying. It makes sense that 1.0 is the highest density; that was what my initial understanding was.

 

Going back to my pitch density question from earlier, where we attested that "the bigger the interval, the lower the density," should the density be lower for a major sixth and higher for a major second, the former being a larger interval? The example below and others I tested, produce higher density for larger intervals.

(density-analysis '((c4 a4) (c4 d4)))
=> (0.75 0.16666667)

 

I'm sorry if I'm not looking at this the wrong way! The length density is clear now.

Link to comment
Share on other sites

The density increases with the size of the interval/s.

For example (cs2 g7) is more dense than (cs2 g2). The more difficult (complex) is to recognise the intervals the more dense is the pitch sequence.

 

(density-analysis '((cs2 g7) (cs2 g2)))
=> (1.0 0.5)

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy