Pseudo Noise (PN) Sequences
본 자료는 1페이지 의 미리보기를 제공합니다. 이미지를 클릭하여 주세요.
닫기
  • 1
  • 2
  • 3
  • 4
  • 5
해당 자료는 1페이지 까지만 미리보기를 제공합니다.
1페이지 이후부터 다운로드 후 확인할 수 있습니다.

본문내용

1100];
int new_reg_cont[10];
int new_reg;
printf("레지스터의 개수를 입력하시오: ");
scanf("%d",&n);
printf("%d개의 connection 값을 입력하시오: ",n); // n개의 connection 값
for (i=0;i scanf("%d",&connection[i]);
// for (i=0;i // printf("%d",connection[i]);
L=pow(2,n)-1;
// printf("%d,%d\n",L,n);
printf("**********PN Code Genernation**********\n");
for (int j=0;j regis[j]=0;
regis[n-1]=1;
//for (int m=0;m //printf("%d\n",regis[m]);
seq[0]=regis[n-1];
for (int p=1;p {
new_reg_cont[0]=connection[0]*seq[p-1];
for (int b=1;b {
new_reg=regis[b-1]+connection[b]*seq[p-1];
new_reg_cont[b]=new_reg%2;
}
for (int w=0;w regis[w]=new_reg_cont[w];
seq[p]=regis[n-1];
}
for (int y=0;y printf("%d",seq[y]);
printf("\n");
}
☆ Matlab 결과와 비교

키워드

PN Code,   C Source,   Code
  • 가격1,000
  • 페이지수5페이지
  • 등록일2005.11.26
  • 저작시기2005.11
  • 파일형식한글(hwp)
  • 자료번호#323088
본 자료는 최근 2주간 다운받은 회원이 없습니다.
  • 편집
  • 내용
  • 가격
청소해
다운로드 장바구니