blackbit (15.05.2008 12:40, просмотров: 257) ответил ZeDStavr на Решение найдено!
..дык хто ж мог догадаться, что не поделили. Эт у них в example'ах указано:
; ..............................................................................
;
; Allocate and initialize filter coefficients
;
; These coefficients have been designed for use in the Transpose filter only
.section .xdata, xmemory, data ;THIS line was modified
;to be compatible with C30 v1.3x
ExampleHPFCoefs:
.hword 0x2392 ; b( 1,0)/2
.hword 0xB8FF ; b( 1,1)/2
.hword 0x3D5F ; a( 1,1)/2
.hword 0x2392 ; b( 1,2)/2
.hword 0xEF39 ; a( 1,2)/2
.hword 0x2FBB ; b( 2,0)/2
.hword 0xA1F2 ; b( 2,1)/2
.hword 0x579D ; a( 2,1)/2
.hword 0x2FBB ; b( 2,2)/2
.hword 0xDA17 ; a( 2,2)/2
.hword 0x3818 ; b( 3,0)/2
.hword 0x9344 ; b( 3,1)/2
.hword 0x68F9 ; a( 3,1)/2
.hword 0x3818 ; b( 3,2)/2
.hword 0xCC0D ; a( 3,2)/2
.hword 0x3C51 ; b( 4,0)/2
.hword 0x8C80 ; b( 4,1)/2
.hword 0x7150 ; a( 4,1)/2
.hword 0x3C51 ; b( 4,2)/2
.hword 0xC52E ; a( 4,2)/2
.hword 0x3E73 ; b( 5,0)/2
.hword 0x8920 ; b( 5,1)/2
.hword 0x7583 ; a( 5,1)/2
.hword 0x3E73 ; b( 5,2)/2
.hword 0xC175 ; a( 5,2)/2
P.S.: мдя, требовался повышенный уровень телепатии.. :)