The Signal class has a lot of separate concerns that can be divided up across multiple files. This is possible using class re-opening. For example, all of the resampling convenience methods can be in one file, while the frequency domain methods can be in another file.
The Signal class has a lot of separate concerns that can be divided up across multiple files. This is possible using class re-opening. For example, all of the resampling convenience methods can be in one file, while the frequency domain methods can be in another file.