ubsuny / 23-Homework5G4

MIT License
0 stars 7 forks source link

Padding and windowing #68

Closed Pranjal-Srivastava-2023 closed 10 months ago

Pranjal-Srivastava-2023 commented 10 months ago

Can someone briefly explain how they have implemented padding and windowing?

JustinJaniszewski commented 10 months ago

I added points of data equal to 0 until it reached a number of 2^n points of data. Then used a hanning window (asked Bard for little help).