nickgeoca / cwt-tensorflow

Continuous wavelet transform (CWT) in tensorflow
Apache License 2.0
54 stars 15 forks source link

sampling rate #3

Open ajinokimete opened 6 years ago

ajinokimete commented 6 years ago

Thank you for nice implementation with gpu acceleration.

Although your code works perfectly, it seems to apply only for data sampled at sampling rate = 1 Hz. Can I make it adaptable to data sampled at another sampling rate?

nickgeoca commented 6 years ago

Yeah of course.

Is sample rate integer based? How would do 1.5Hz? Interpolate signal, then run it?

alejandrojapkin commented 6 years ago

It would be very interesting to feed your cwt an actual .wav file with a wide rate. It seems a little tricky to tweak, could you give a few pointers, perhaps an example?

nickgeoca commented 6 years ago

ok i have a fix datascienceteam01.is the wavExample.py what you are looking for?

there is a new issue for this "wav example #4" . can you please comment in "wav example #4 " , thanks.