Giter Site home page Giter Site logo

dysart's People

Contributors

mcncm avatar scyrion avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

warrench scyrion

dysart's Issues

spectrum_fit is really slow

Play around with a number of initial guess heuristics to see if you can get away with being a little simpler and faster, or if there are obvious optimizations for the included heuristic.

noise tolerances from physical limits

One (relatively coarse, but probably provisionally acceptable) way to check that a fitting procedure has succeeded is that it has a satisfactorily low χ^2 statistic. Exactly what "satisfactorily low" means, however, depends on the data! An ideal fit should have a reduced χ^2 essentially equal (whp) to the rms noise on the signal. This is an easy comparison to make for randomly-generated signals, but not necessarily for sample data.
It would be nice to show that the reduced χ^2 of the fit approaches the output noise power expected of the actual signal chain characteristics. This would ensure that unit tests for fitting routines not only give some assurance that the code isn't broken, but also (and more importantly) that our measurements aren't deceiving us. Furthermore, it would add a level of redundancy to various routine sanity checks, and might help to catch "oops, I forgot about that filter stage"-type hardware bugs.

Path to the sample data is wrong when running fitting tests.

When running test_spectra.py, the sample data cannot be loaded. The reason is that the path to the sample data is wrong in dysart/tests/measurement/fitting/env.py. Instead of data_file_path = '../../sample_data/' it should be data_file_path = '../../../sample_data/'.

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.