search for: musikl

Displaying 2 results from an estimated 2 matches for "musikl".

Did you mean: musik
2012 Jan 27
1
laod multichannel-audio-files with readWave (tuneR)
...thinking about what will be easier to do. 1. Just split the channels in an external audio-editor and than read each mono channel seperatly with readWave (from tuneR), or 2. inherite the readWave class and extend it to multichannel reading? What do you think? Best, Alex -- Alex Hofmann (Dipl.-Musikl.) Institute of Musical Acoustics (Wiener Klangstil) University of Music and Performing Arts Vienna Anton-von-Webern-Platz 1 1030 Vienna, Austria Tel. +43 1 71155 4322 Fax. +43 1 71155 4399 http://iwk.mdw.ac.at http://www.isas.tuwien.ac.at/clarinet/index.html
2012 Jan 18
4
R-Help
I am trying to create a frequency distribution and I am a bit confused. Here are the commands I have entered: > data <- read.csv(file="40609_sortedfinal.csv",head=TRUE,sep=",") > NumberOfActionsByStatus = data$STATUS > NumberOfActionsByUser = data$ETS_LOGIN > NumberOfBidOffer = data$BID_OFFER > NumberOfActionsByUser.freq = table(NumberOfActionsByUser) >