https://www.proz.com/kudoz/english-to-russian/computers%3A-software/2788228-tap.html
Aug 29, 2008 09:30
16 yrs ago
English term

tap

English to Russian Tech/Engineering Computers: Software IIR Filters
http://softwarecommunity.intel.com/articles/eng/3783.htm

The FIR part of IIR has relatively simple realization with using Intel AVX and unrolling on 8 (4 complex numbers) by vector length. Eight copies of each “b.re” & “b.im” ***tap*** aligned on 32-byte boundary are stored in IIR State structure, thus it is common for Intel AVX algorithm (see Initialization Function):

Discussion

Dmitry Venyavkin (asker) Aug 29, 2008:
Possibly Thanks for that suggestion. However, I still cannot figure what it means here.
-> tap aligned I think you should read this as 'tap aligned', not just 'tap': Eight copies of xxx that are tap-aligned on 32-byte boundary are stored in the IIR State structure.

Proposed translations

1 hr
Selected

здесь часть (реальная и мнимая части комплексного числа)

Думаю, прямого перевода тут нет, здесь имеется в виду реальная и мнимая части комплексного числа, то есть в данном случае:

Восемь копий реальной части и восемь копий мнимой части числа b, выравненные по границе 32 байт, сохраняются....

Вот тут http://www.opticsinfobase.org/DirectPDFAccess/0E3244BF-BDB9-...
тоже упоминается two-tap
complex-coefficient (комплексное число из двух составляющих)
Note from asker:
Спасибо, Виктор, теперь суть понятна!
Something went wrong...
4 KudoZ points awarded for this answer.