GithubHelp home page GithubHelp logo

Comments (3)

Yida-Lin avatar Yida-Lin commented on June 16, 2024

Hi @iPsych , I currently do not have a physical amplifier here so I could not reproduce this issue. Do you have an XDF file recording that came from that amp, that I can use to simulate on my end?

from app-sigvisualizer.

mvidaldp avatar mvidaldp commented on June 16, 2024

I had the same problem. After debugging for a while I realized it lies on a downsampling error:

A quick fix is to change this line:

stream_params['downSampling'] = srate > 1000

Setting downSampling to False up to 1024 instead of 1000 Hz, since it's a common sampling rate in EEG recordings. Thus if your stream sampling rate is below 1000 it will work without this hack.

@Yida-Lin, @iPsych, please could you fix this?

I'm quite sure it's the same error referenced on the other OverFlow issue:
#18

from app-sigvisualizer.

Yida-Lin avatar Yida-Lin commented on June 16, 2024

Hi @mvidaldp thank you for your suggestion; sounds good, I created a PR #21 and could you please help verify whether it solves the problem? Thanks!

from app-sigvisualizer.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.