Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • 2
    $\begingroup$ Just a note: Part may help you thinning your list. E.g. x[[1;;-1;;10]] takes every tenth element from head to tail. $\endgroup$ Commented Mar 19, 2013 at 17:28
  • $\begingroup$ @Sascha As a general note, ListLinePlot returns a regular Graphics object. There isn't anything special about the "built-in" plot functions (as far as the Mathematica system is concerned) and you can build your own special plots pretty easily. $\endgroup$ Commented Mar 19, 2013 at 17:29
  • 2
    $\begingroup$ As for plotting, perhaps a ListPolarPlot will be enlightening. $\endgroup$ Commented Mar 19, 2013 at 17:31
  • $\begingroup$ I created my downsampled data by using the posted function dropfunction (with n= 7) on the uploaded .wav-file (or as Yves Klett suggested by using Part) $\endgroup$ Commented Mar 19, 2013 at 19:37
  • 1
    $\begingroup$ V9 has the Downsample function. $\endgroup$ Commented Mar 20, 2013 at 6:22