Feeds
提问
Best practice for passing structure to a function and adding new fields when returning it
This is more a style question than anything else. I'm passing a structure to a function, adding some fields to the structure, an...
6 days 前 | 2 个回答 | 0
2
个回答提问
FFT problem: FFT -> some manipulation -> IFFT results in one-element shift
I am trying to take some random noise (produced by a different script), Fourier transform it, multiply it by a filter, and then ...
10 months 前 | 1 个回答 | 0
1
个回答提问
Finding peaks and valleys, and associated indexes, of time-shifted noisy sinosidal waves
I want to automate a calibration process, but I'm really struggling with the code. I have a signal that I give my instrument (s...
12 months 前 | 2 个回答 | 0
