Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
89.139
of 300.381
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
55.56%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.941
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.477
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
1 Público Canal
EVALUACIÓN MEDIA
50
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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 =...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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 = ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
más de 4 años hace | 3 respuestas | 0
3
respuestasPregunta
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.
más de 4 años hace | 2 respuestas | 0
