Coder Social home page Coder Social logo

Comments (3)

fastlib avatar fastlib commented on July 17, 2024

Hi, thans for your questions!

  • For each dataset and sampling rate, we calculated the Realtime Analysis Ratio (RAR) which is the ratio between the signal's time span and duration of computation. With a RAR < 1 the computation is faster than the signal's duration which means that real-time analysis is within reach. Currently, fCWT is not yet programmed to work with datastreams. However, fCWT can be easily adapted to that application if a signal is split up into chunks that are just wide enough to encapsulate the lowest frequency one wants to measure (i.e., a 10Hz signal requires a window size of 0.1s and a 0.5 Hz signal needs a window of 2s). Each chunk is analysed by fCWT. As this analysis is much faster than the chunk's duration, one obtains real-time performance. Fortunately, this does not decrease time-resolution as you say. Within each chunk, the time-resolution is still at the per-sample level as would be in offline research. You could even dynamically adapt the chunk length to each scale to reduce unnecessary latency in the high-resolution spectrum.
  • The application of fCWT to real-world on-line applications would be a great topic for future research!

I hope I have answered your questions.

from fcwt.

sunshineinsandiego avatar sunshineinsandiego commented on July 17, 2024

Yes, perfectly! Thank you

from fcwt.

stellarpower avatar stellarpower commented on July 17, 2024

So, to confirm - the implementation is only realtime/online in the sense that it is fast enough to be called repeatedly? It doesn't keep some sort of internal state and recalculate when I e.g. push it a sample or small packet of samples, I would need to implement a sliding window myself, and call the function repeatedly over that window?

from fcwt.

Related Issues (20)

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.