We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
process(brightness);
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 errorThe 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.
The text was updated successfully, but these errors were encountered: