參數(shù)資料
型號(hào): AHA4011C-040PJC
廠(chǎng)商: Electronic Theatre Controls, Inc.
英文描述: 10 MBytes/sec Reed-Solomon Error Correction Device
中文描述: 10兆字節(jié)/秒的Reed - Solomon糾錯(cuò)裝置
文件頁(yè)數(shù): 26/28頁(yè)
文件大小: 466K
代理商: AHA4011C-040PJC
Page 22 of 24
PS4011C-0200
Advanced Hardware Architectures, Inc.
For example, for a block size of 205, the value to be programed in Byte 1 of the Initialization Register
is 0xc7.
/*This is a C program to generate Table of Elements. Pass a value of block length, N in decimal to this,
and obtain the Element value in hex.*/
int alpha(n)
int n;
{
int i,b,c;
c=01;
for (i=1;i<n;i++) {
b=c<<1;
if (b>0377)
b=b^0607;
c=b;
}
return c;
}
main()
{
int i;
printf("Enter N--> ");
scanf("%d",&i);
if(i<1 || i>255)
printf("1<=N<=255");
else
printf("\nN = %d\tALPHA = %2x\n\n", i, alpha(i));
}
189
193
197
201
205
209
213
217
221
225
229
233
237
241
245
249
253
b
190
194
198
202
206
210
214
218
222
226
230
234
238
242
246
250
254
16
e7
c1
28
191
195
199
203
207
211
215
219
223
227
231
235
239
243
247
251
255
2c
49
192
196
200
204
208
212
216
220
224
228
232
236
240
244
248
252
58
92
b0
a3
14
c7
48
15
d7
cf
c8
b8
23
b9
33
3e
ee
51
5
a
50
12
a7
54
52
32
2e
69
8c
6d
cc
f8
b6
c3
a0
24
c9
a8
a4
64
5c
d2
9f
da
1f
77
eb
9
90
2a
29
19
17
f7
46
f5
66
7c
5b
a2
BLOCK
SIZE ‘N’
HEX
VALUE
BLOCK
SIZE ‘N’
HEX
VALUE
BLOCK
SIZE ‘N’
HEX
VALUE
BLOCK
SIZE ‘N’
HEX
VALUE
相關(guān)PDF資料
PDF描述
AHA4011C EMC&#174; STANDOFF TERMINAL
AHA4013B 12.5 MBytes/sec Reed-Solomon Error Correction Device
AHA4013B-050PJC 12.5 MBytes/sec Reed-Solomon Error Correction Device
AHA4541 311 MBITS/SEC TURBO PRODUCT CODE ENCODER/DECODER
AHA4541A-PQC 311 MBITS/SEC TURBO PRODUCT CODE ENCODER/DECODER
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
AHA4012A-006/PJC 制造商:未知廠(chǎng)家 制造商全稱(chēng):未知廠(chǎng)家 功能描述:Error Detection & Correction (EDAC)
AHA4012B 制造商:未知廠(chǎng)家 制造商全稱(chēng):未知廠(chǎng)家 功能描述:1.5 MBytes/sec Reed-Solomon Error Correction Device
AHA4012B-006 制造商:未知廠(chǎng)家 制造商全稱(chēng):未知廠(chǎng)家 功能描述:1.5 MBytes/sec Reed-Solomon Error Correction Device
AHA4012B-006PJC 制造商:未知廠(chǎng)家 制造商全稱(chēng):未知廠(chǎng)家 功能描述:1.5 MBytes/sec Reed-Solomon Error Correction Device
AHA4012B-006PJI 制造商:未知廠(chǎng)家 制造商全稱(chēng):未知廠(chǎng)家 功能描述:1.5 MBytes/sec Reed-Solomon Error Correction Device