Git Product home page Git Product logo

srmrtoolbox's People

Contributors

jfsantos avatar tiagofalk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

srmrtoolbox's Issues

test_SRMR fails due to missing test.mat

test.mat does not appear to be included in the source, giving the error:

Error using load
Unable to read file 'test.mat': no such file or directory.

Error in test_SRMR (line 21)
load test.mat

Additionally, the startup.m referenced in the first line is missing, meaning the user must addpath the necessary directories themselves.

It would be nice to have a working verification test.

Kstar is not defined for some conditions

Hello, I am currently translating the code to pytorch for using GPUs to speed up and for training neural networks (see Lightning-AI/torchmetrics#1792).
In the following code, I found that Kstar is not defined when BW == cutoffs(6) or BW == cutoffs(7) or BW == cutoffs(8) or BW <= cutoffs(5). Is it because that these conditions won't get satisfied anyway?

SRMRToolbox/SRMR.m

Lines 154 to 162 in f8be861

if (BW > cutoffs(5)) && (BW < cutoffs(6))
Kstar=5;
elseif (BW > cutoffs(6)) && (BW < cutoffs(7))
Kstar=6;
elseif (BW > cutoffs(7)) && (BW < cutoffs(8))
Kstar=7;
elseif (BW > cutoffs(8))
Kstar=8;
end

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.