JakeZw

Results 20 issues of JakeZw

I have implemented the windows in Ron Potter's seminal paper "Compilation of Time Window and Line Shapes for Fourier Analysis", http://papers.vibetech.com/Paper64-CompilationofTimeWindowsandLineShapesRPotter.pdf along with the Force and Exponential Windows found in...

enhancement

A way to capture the suggestion given in [discourse](https://discourse.julialang.org/t/optimal-power-of-n-for-fftw/85232/9). [stevengj](https://discourse.julialang.org/u/stevengj) An FFTW.nextfftlen(n) function would be reasonable, along with FFTW.nextrfftlen(n) for real-input FFTs (which favor even lengths). But I think this...

enhancement

When I try to do a units conversion uconvert, or upreferred on a vector or tuple I get an error. One example of use might be to perform a units...

Enhancement Request Add a function for the next nsmooth number as suggested [here](https://discourse.julialang.org/t/optimal-power-of-n-for-fftw/85232/2). Suggested code is given. Note I have never made a pull request, so am intimidated by the...

This problem is described in more detail in [discourse](https://discourse.julialang.org/t/reading-and-writing-arrow-column-metadata/102427). Specifically the following MWE works when the for loop executes once, but the colmetadata gives nothing when the for loop executes...

I get an error when dividing by 2 but not when I multiply with its inverse. See example below and also posted on [discourse](https://discourse.julialang.org/t/unitful-divide-error-but-not-multiply/94249/2): `julia> using Unitful julia> a =...

ranges

Under quickstart in the documentation the uconvert function as written does not work. The documentation should be updated. The first line is a direct copy from the documentation and the...

documentation

When a time of “2023-07-11 0:00” is read it returns a type of Date instead of DateTime. Please see the [link ](https://discourse.julialang.org/t/xlsx-parsing-datetime/103071/1)for more information.

When I follow along the help for mean `julia> using Statistics julia> n=20; julia> x=rand(n); julia> w=rand(n); julia> mean(x, weights(w))` I get an error until I enter `using StatsBase` The...

I use the Raspberry PI for some work. This includes using the Package BaremetalPi to set pins high or low. This all works well with Julia 1.10.0 but not with...