search for: hh2

Displaying 3 results from an estimated 3 matches for "hh2".

Did you mean: hh
2012 May 13
1
how to write data using xlsReadWrite
...atureImage\\user186g1.tif") y <- imgBlockMedianFilter(x, 5) #Plot image #plot(y) y.modwt <- modwt.2d(y, "la8", 2) ## Level 2 decomposition par(mfrow=c(2,2), pty="s") ##Plot wavelets image(y.modwt$LH2, col=rainbow(128), axes=FALSE, main="LH2") image(y.modwt$HH2, col=rainbow(128), axes=FALSE, main="HH2") image(y.modwt$LL2, col=rainbow(128), axes=FALSE, main="LL2") image(y.modwt$HL2, col=rainbow(128), axes=FALSE, main="HL2") #-------------------------------------------------------------------# ##Get the dimension ##LH2 dimLH2...
2012 May 13
4
write data using xlsReadWrite
...gnatureImage\\user186g1.tif") y <- imgBlockMedianFilter(x, 5) #Plot image #plot(y) y.modwt <- modwt.2d(y, "la8", 2) ## Level 2 decomposition par(mfrow=c(2,2), pty="s") ##Plot wavelets image(y.modwt$LH2, col=rainbow(128), axes=FALSE, main="LH2") image(y.modwt$HH2, col=rainbow(128), axes=FALSE, main="HH2") image(y.modwt$LL2, col=rainbow(128), axes=FALSE, main="LL2") image(y.modwt$HL2, col=rainbow(128), axes=FALSE, main="HL2") #-------------------------------------------------------------------# ##Get the dimension ##LH2 dimLH2 &...
2004 Aug 06
0
[ANNOUNCE] pymp3cut
...t's useful if you stream very long events (10 hours or so) like congresses using IceCast and want to cut the big archives by speaker afterwards. Then all you have to do is create a text file of this format : speakername1 hh1:mm1:ss1 *SKIP* hhS:mmS:ssS speakername2 hh2:mm2:ss2 ... the hh:mm:ss above indicate the time at which each subpart ends in the original big mp3 file. the special *SKIP* keyword indicate a subpart which won't produce any file: this subpart is just skipped, and pymp3cut will produce two files named speakername1.mp3 and speakernam...