Community Profile

photo

Neeraj Chimwal


Last seen: 3年弱 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

All
  • 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...

3年弱 前 | 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...

3年弱 前 | 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...

3年弱 前 | 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...

約3年 前 | 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 =...

約3年 前 | 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 = ...

約3年 前 | 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...

約3年 前 | 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 ...

約3年 前 | 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.

約3年 前 | 2 件の回答 | 0

2

回答

チャネル


GPS tracking
GPS tracking using GPS,GSM and NodeMCU

約5年 前