-
Notifications
You must be signed in to change notification settings - Fork 8
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
rule 422 not failing Stage N input sample rate should be Stage N-1 input sample rate divided by Factor #135
Comments
|
Looking more I think problem is Stage 3:
where InputSampleRate is 0.0. Perhaps new rule saying InputSampleRate > 0? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have a stationxml file with bad decimation, but rule 422 is not failing. Possibly because stage 1 is Polynomial?
In Stage 4:
but in Stage 5:
It should be that Stage n InputSampleRate divided by Stage n Factor should equal Stage n+1 InputSampleRate. But here 102400 / 8 != 1
The text was updated successfully, but these errors were encountered: