Skip to content
#

periodogram

Here are 19 public repositories matching this topic...

galenlynch
galenlynch commented Oct 28, 2018
julia> using DSP

julia> xcorr(rand(Int, 5), rand(Int, 5))
ERROR: InexactError: trunc(Int64, 7.28283193350032e36)
Stacktrace:
 [1] trunc at ./float.jl:693 [inlined]
 [2] round at ./float.jl:359 [inlined]
 [3] _broadcast_getindex_evalf at ./broadcast.jl:574 [inlined]
 [4] _broadcast_getindex at ./broadcast.jl:557 [inlined]
 [5] getindex at ./broadcast.jl:507 [inlined]
 [6] macro
exostriker
3fon3fonov
3fon3fonov commented Mar 8, 2022

I have seen this "bug" in Linux/Ubuntu machines, but is probably not limited to Ubuntu.

$ python3.8 exostriker_gui.py

qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even
though it was found.
This application failed to start because no Qt platform plugin could be
initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglf

Improve this page

Add a description, image, and links to the periodogram topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the periodogram topic, visit your repo's landing page and select "manage topics."

Learn more