Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md file #2

Open
chetan2309 opened this issue Aug 30, 2017 · 0 comments
Open

Update README.md file #2

chetan2309 opened this issue Aug 30, 2017 · 0 comments

Comments

@chetan2309
Copy link

chetan2309 commented Aug 30, 2017

When I ran the code using the acquire(path_to_file) command first and then ran process command like this process(brightness); I got this error

Not enough input arguments.

Error in process (line 13)
[b, a] = butter(2, [(((BPM_L)/60)/fps*2) (((BPM_H)/60)/fps*2)]);

The code in the process.m doesn't have any provision to take default value for fps. So if you could update the README file.

Later I ran the command like this

process(brightness, 50);

P.S:- I have very limited understanding of MATLAB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant