readme
来自「remez算法设计FIR滤波器源码」· 代码 · 共 59 行
TXT
59 行
Remez exchange algorithmCalculating FIR filter coefficients.The files are: Name Desc ---- ---- README You are reading it remez.c Source code Makefile For Unix/Linux example Short description lowpass Sample lowpass filter parameters hilbert Sample Hilbert transform parameters bandpass Sample bandpass filter parameters highpass Sample highpass filter parameters differen Sample differentiator parameters plotit Plot resulting response using gnuplotThe programs may be run interactively, or via a pre-prepared parameterlist. A sample of the latter method is: remez <lowpass >lowpass.docAn FFT will always be performed as a control, showing the actualfrequency response achieved.An simple example of how to make a simple FIR filter may be found inthe file EXAMPLE.For a guide to understanding FIR-filter and related issues, thefollowing book is recommended: Lawrence R. Rabiner - Bernard Gold Theory and Application of DIgital Signal ProcessingAdmittedly, this is not the most friendly user interface thatyou might have encountered, but it does the job.Please let me know about bugs, comments and such. Egil Kvaleberg Husebybakken 14A N-0379 Oslo Norway Email: egil@kvaleberg.no Web: http://www.kvaleberg.com/ Fax: +47 22 525899 Phone: +47 22 523641$Id: README,v 1.3 1998/06/15 09:12:24 egil Exp $
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?