|
Vimu Signal Library User Guide Publish
Note:
1,This digital signal processing library, written in the standard C language, is not better optimized for any platform.
2,If you find any bugs or suggestions in use, you can contact us.
Platform support:
windows: x86 x64 amr64;
linux: x64 arm-linux-gnueabi arm-linux-gnueabihf
More platforms, we will add later.
1,window
The following window functions are supported:
Rectangle, bartlett, triangular, cosine, hanning, bartlett_hanning, hamming, blackman, blackman_Harris, tukey, Nuttall, FlatTop, Bohman, Parzen, Lanczos, kaiser, gaussand dolph_chebyshev
2,FFT
Support Base 2 fft , Base 4 fft and Split-radix fft
3,FIR and IIR
Supports filtering of FIR and IIR;
FIR and IIR designs can be designed using QFilter, the QFilter and download from http://www.instrustar.com/update-en.asp
(Multi VirAnalyzer include QFilter ).
Github link vimu-tech/vmsignal: Vimu Signal Library (github.com)
|
|