jamestunnell / spcore

Signal processing basics, including a I/O port scheme to control data flow
MIT License
5 stars 1 forks source link

Signal class is very bulky #5

Open jamestunnell opened 8 years ago

jamestunnell commented 8 years ago

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.