photo

Neeraj Chimwal


Last seen: 4년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

9 질문
0 답변

ThingSpeak

1 공개 채널

순위
136,585
of 300,756

평판
0

참여
9 질문
0 답변

답변 채택
55.56%

획득한 표
0

순위
 of 21,077

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,890

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
1 공개 채널

평균 평점
50

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Need help with Turbo product code
I am trying to encode a grsy image using turbo product code but it's not working. The code I tried is below: clc clear N = [1...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Encoding Gray scal image
Hi. I am trying to encode my gray scale image using encode(img,291,247,'hamming/decimal') but I get this error : Error using...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Need help with trellis structure
I am trying to encode my image with convolution encoding method but I am having difficulty in understanding how to create trelli...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Need help with BER
I used 4 block encoding techniques to encode/decode image. I first added some noise to image, then encoded it, then applied filt...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Need help with Reed-Solomon Coding
Hi I am trying to encode my image with Reed-Solomon code. The code is as below n = 255; img = imread('pout.tif'); binary =...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Galois field to binary matrix conversion (BCH encoding)
Hii. I am trying to encode/decode an image using BCH encoder I did this code n = 255; img = imread('pout.tif'); toBinary = ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Hamming code on image
Hi I want to use hamming ecode/decode function on an image. I chosee pout.tif image and converted it to binary using im2bw(ima...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Inserting new element after each element of an array
I have an array arr = [2,4,6] After converting this array elements to binary using de2bi(arr,'left-msb'), I get 0 1 0 1 0 0 ...

거의 5년 전 | 답변 수: 3 | 0

3

답변

질문


Summing two binary vectors
How can I add two binary vector say a= 1 0 1, b= 1 1 0? Using simply '+' gives decimal output. I want the summation in binary.

거의 5년 전 | 답변 수: 2 | 0

2

답변

채널


GPS tracking
GPS tracking using GPS,GSM and NodeMCU

거의 7년 전