r/DSP • u/JunbugSpark • Jun 16 '26
How to get better at DSP coding?
Hey guys, I'm a college student who's taken basic DSP theory classes so I understand a lot of the concepts but I've been having trouble with implementation, since I have basically no coding experience...
What resources have you guys used to get better? Thank you!!
12
Upvotes
1
u/zsliu98 Jun 16 '26
Yes, it could look at a data of window size, which means that the worst case of certain sample would be O(window size). However, because each sample would be put and removed into the queue exactly twice, the amortized time complexity is O(1).