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
The project homepage does not reflect the change in the rdsamp API. For example, the front page contains an example with the following code:
rdsamp
[tm,sig]=rdsamp('mitdb/100',1); plot(tm,sig);
With the new v0.10.0 API the code example should be
[sig, Fs, tm]=rdsamp('mitdb/100',1); plot(tm,sig);
The toolbox FAQ page contains additional examples that need to be updated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The project homepage does not reflect the change in the
rdsamp
API. For example, the front page contains an example with the following code:With the new v0.10.0 API the code example should be
The toolbox FAQ page contains additional examples that need to be updated.
The text was updated successfully, but these errors were encountered: