ubsuny / CP1-24-HW5

Homework 5 template for CP1
1 stars 17 forks source link

Window/Unwindow input and output #34

Closed abruns123 closed 2 weeks ago

abruns123 commented 3 weeks ago

How should I decide the period of the window functions? Should I allow the user to specify the range of data they want the window function to cover or should I set that myself? Also, with making a selection of windows, should I make a function per window, allow the user to specify which window they want in the input of one function, or do all the windows in one function and output them as a dictionary where the key values are the names of the window function?

laserlab commented 3 weeks ago

@abruns123 This is pretty much up to you, and your suggestions sound good. More flexibility for the user is always nice, but has to be documented.