JakeZw

Results 12 comments of JakeZw

Regarding the comment on high spectral resolution quoted above. If high spectral resolution means high frequency resolution, as seems reasonable, then this statement is accurate. As you can see in...

This seems like interesting functionality. I am wondering when it may be available from within DSP.jl?

I too have data that has a trailing delimiter, and want to drop the last column. I generated some data in the file "Book1.csv" as follows: 1,1,1, 2,4,8, 3,9,27, I...

I agree that referencing Peaks.jl in DSP.jl documentation would be useful.

I did read it, but did not comprehend it so ignored it, hoping the examples would explain completely how to use uconvert. For me it would have been helpful to...

Ronan, I was listening to your talks at JuliaCon in Eindhoven and had a thought. Julia embedded in another environment – there is a very nice example in a package...

Issue 55641 does not seem to correspond to what I am seeing. More details here[https://github.com/JuliaLang/julia/pull/55641](url). To the best of my knowledge it is not the issue. I note that Mmap.mmap...

I tried it again with Julia 1.10.5 and 1.11.0-rc3 and both have the same issue. Then I though I would set the compat for Mmap to "= 1.10.0" but that...

This issue has now been fixed in Julia and will be backported to 1.10 and 1.11. Thus when 1.10.6 and 1 .11.0 are released, BaremetalPi.jl should work again. See this...

The error remains on both a Linux box and Win 11 machine. On first execution on the Win 11 machine I get `julia> render_area = RenderArea() RenderArea()` And on the...