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

(golang) high pass filter with golang question #2

Closed
boksili opened this issue Nov 23, 2022 · 0 comments
Closed

(golang) high pass filter with golang question #2

boksili opened this issue Nov 23, 2022 · 0 comments

Comments

@boksili
Copy link

boksili commented Nov 23, 2022

HI.
I am new in golang.

I want open file and do HPF and save the file after HPF.

the file format is
1 28.00000
2 29.00000
3 28.00000
4 30.00000
5 28.00000
.....
.....

it has two column
(time well_height)

the sample rate is 0.0166Hz (60 seconds interval well height recording)
It has very very long term noise more than 200 sec
So I want to High pass filter with cutoff frequency 0.005 Hz

I looked over your golang code very carefully with 1 week
but Still I failed with your code.

Is there any sample form with open file and do HPF and save to file with HPF results ?

please help me. I am graduate course student.

Thanks for all.

TaeRhee

@boksili boksili closed this as completed Nov 26, 2022
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