Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

tap of fir filter- how can I define them from coeffiecients?

Status
Not open for further replies.

zidean007

Newbie level 2
Joined
Jun 1, 2009
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,299
tap of fir filter

I created a coefficent file .flt from dspic lite. In this file that has two part.
From 0.3540039062500000E and below are obviously coefficients, but what are from 116 74 /* coefficient of tap 0 */ to 116 74 /* coefficient of tap 63 */? How can I define them from coeffiecients?
Here is my .flt file

FILTER COEFFICIENT FILE
FIR DESIGN
SAMPLING FREQUENCY 0.800000E+04 HERTZ
64 /* number of taps in decimal */
40 /* number of taps in hexadecimal */
16 /* number of bits in quantized coefficients (dec) */
10 /* number of bits in quantized coefficients (hex) */
0 /* shift count in decimal */
0 0.100000000E+01 /* shift count (hex), gain multiplier */
116 74 /* coefficient of tap 0 */
143 8F /* coefficient of tap 1 */
170 AA /* coefficient of tap 2 */
198 C6 /* coefficient of tap 3 */
....
116 74 /* coefficient of tap 63 */
0.3540039062500000E-02 3F6D000000000000/* coefficient of tap 0 */
0.4364013671875000E-02 3F71E00000000000/* coefficient of tap 1 */
0.5187988281250000E-02 3F75400000000000/* coefficient of tap 2 */
0.6042480468750000E-02 3F78C00000000000/* coefficient of tap 3 */
...
0.4364013671875000E-02 3F71E00000000000/* coefficient of tap 62 */
0.3540039062500000E-02 3F6D000000000000/* coefficient of tap 63 */
 

Re: tap of fir filter

i think they are quantized coefficients.
 

    zidean007

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top