본문 바로가기

UOMOP

검색하기
UOMOP
프로필사진 Happy PinGu

  • 분류 전체보기 (307)
    • DE (34)
      • Code (18)
      • Performance (7)
      • Graph (9)
    • LSTM (2)
    • MAE (4)
    • Main (34)
      • Performance (6)
    • Research (24)
      • Semantic Communication (23)
    • Wireless Comm. (94)
      • Matlab (16)
      • VHDL (36)
      • Theory (2)
      • Python (24)
      • CISL (16)
    • Project (27)
      • Solar Power Prediction (2)
      • Music Plagiarism Project (25)
    • Ai (33)
      • DL (22)
      • ML (10)
      • Arduino (1)
    • Summary (18)
      • Ai (3)
      • C(++) (10)
      • Python (2)
      • Java (3)
    • Blog (2)
Guestbook
«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Link
  • Github-page
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록전체 글 (307)

UOMOP

Cyclic Encoder using Matlab

function U = cyclicencoder(M, P) %usage : 메세지 벡터와 생성 벡터을 입력받고 cyclicencoding된 코드워드를 출력한다. %input : M=massage, P=생성다항식계수 %output : U = codeword using cyclicencoding K = length(M); N = length(P)+K-1; DegPoly = N-K; LFSR = zeros(1, DegPoly); U = zeros(1, N); U(N-K+1 : N) = M; for i = 1 : K feedback = mod(M(K+1-i)+LFSR(N-K), 2); str = sprintf('Input mesag : %d \nCurrent LFSR : %s \nFeedback : %d', M..

Wireless Comm./Matlab 2022. 1. 14. 02:38
Prev 1 ··· 49 50 51 52 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바