Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

kernel_downsample2 & kernel_upsample2 are the same. #25

Closed
diff7 opened this issue Nov 7, 2020 · 2 comments
Closed

kernel_downsample2 & kernel_upsample2 are the same. #25

diff7 opened this issue Nov 7, 2020 · 2 comments

Comments

@diff7
Copy link

diff7 commented Nov 7, 2020

These two functions are identical.
Not sure if it was made with an intention.

def upsample2(x, zeros=56):

@adefossez
Copy link
Contributor

good catch, it is not made on purpose but it turns out to be true.
Both are an implementation from https://ccrma.stanford.edu/~jos/resample/

@diff7
Copy link
Author

diff7 commented Nov 10, 2020

Got it! I close it as understandable ))

@diff7 diff7 closed this as completed Nov 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants