The dpss function now lives in DSP.jl (https://github.com/JuliaDSP/DSP.jl)
Simon On Wednesday, April 9, 2014 7:47:38 PM UTC-4, Kevin Squire wrote: > > Hi Simon, > > I noticed that you removed windows.jl from FrequencyDomainAnalysis.jl (now > Synchrony.jl). Are they by chance available elsewhere? > > Cheers, > Kevin > > > On Fri, Sep 20, 2013 at 8:05 AM, Simon Kornblith > <[email protected]<javascript:> > > wrote: > >> I have some code for this here: >> >> >> https://github.com/simonster/FrequencyDomainAnalysis.jl/blob/master/src/windows.jl >> >> There's also code for multitaper PSD/coherence estimates and a few other >> useful things in that repository. I will get around to >> finishing/documenting/releasing this soon... >> >> >> On Friday, September 20, 2013 8:59:21 AM UTC-4, Ben Arthur wrote: >> >>> folks, >>> >>> i'm new to julia and very impressed with it's speed. >>> >>> i have a signal processing project involving thomson's multi-taper >>> F-test that i'm about to port from matlab. before doing so i just wanted >>> to confirm that no julia code existed yet to compute slepian's discrete >>> prolate spheroidal sequences. i assume not since i don't even see hamming >>> and hann window functions in the standard library, but please let me know >>> if i'm wrong! >>> >>> thanks, >>> >>> ben arthur >>> HHMI janelia farm >>> >> >
