Rishi Balasubramanian
Followers: 0 Following: 0
Master of Applied Sciences in Electrical and Computer Engineering
Estadística
22 Preguntas
3 Respuestas
CLASIFICACIÓN
71.188
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
22 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
68.18%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Dual Parfor from different scripts
So I have a Launcher.m script which executes a function.m using parfor. The function.m also has its own parfor. Will this work?
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Suggest an Alternate for Nonzero (nnz) built-in function
Hi, So I have a binary matrix of size 2000 by 256. I start with a standard all-zero matrix of size some 'X' by 256 as my colum...
alrededor de 2 años hace | 3 respuestas | 0
3
respuestasHow to get redundancy symbols (or complete codeword) after RS/BCH decoding using comm.BCHDecoder and comm.RSDecoder
Same problem 6 years later. Any solutions?
más de 2 años hace | 0
BCH decoding algorithm in comm.BCHDecoder
Berklamp Massey Algorithm. The find the error locator polynomial to find the error locations.
más de 2 años hace | 0
Pregunta
BCH Encoder - Error Locations
Hello All, I am using the 'Communications Toolbox' and there is this 'comm.BCHDecoder' that I intend to use. A deeper study ab...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Change color of specific bits Imagesc(), Image()
Hi, I have a binary matrix, where my algorithm runs through to find inconsistencies and flip the respective bits as it goess ro...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How to read data from text file and store as it is with variables
I have this data file, it goes like phi1_32_1 = 1 phi2_32_1 = 32 phi1_32_2 = 1 phi2_32_2 = 33 phi1_32_3 = 1 phi2_32_3 =...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab equivalent of rand() in C++
Hello, I am trying to adapt a C++ code to my Matlab project. In C++ there is this line random4 = rand() % item // Here th...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Is my LDPC BER curve right?
Hello, I am trying to simulate a 3/5 LDPC code. I have encoded it using the Systemic approximate Lower Triangular Encoding syst...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Add all subsequent rows with selected row
Hello, I have a mxn binary matrix H = [1 1 1 0 1 1 1; 0 1 0 0 1 0 1; 1 1 0 1 0 1 1; 1 1 1 0 0 0 0; 0...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Use Gaussian Jordan Elimination to convert binary matrix to All zero Matrix
Hello, Consider I have my binary matrix. I want to use Gauss Jordan Elimination to convert a part of my matrix to all zero. Bel...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Find rows in MATRIX based on position of elements
Consider I have a binary matrix H H = [1 1 0 1 1 0 0 1 0 1; 0 0 0 1 0 1 0 0 1 1; 0 1 1 0 1 0 1 0 0 1; 1 1 0 0...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
My LDPC BER curve is bad
Hello, For my Masters Thesis, I am trying to simulate Quasi Cyclic Low-density Parity-Check Codes (QC - LDPC) codes on Matlab. ...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Run a function with input arguments using App Designer
I have a MATLAB script file (.m file) which is a function %It begins like this function M = qcldpc(j, k, a, b, p) I am trying...
casi 4 años hace | 1 respuesta | 0
1
respuestaCreating dynamic variables using loops | Automatic Variables using loops
Okay, I kinda don't understand I guess, as I did not get the expected result from any of the answers, except Stephen's, but it h...
casi 4 años hace | 0
Pregunta
Creating dynamic variables using loops | Automatic Variables using loops
Hello, I believe that I am in a predicament. I have already read that trying to create variables from a loop (using eval like A...
casi 4 años hace | 3 respuestas | 0
3
respuestasPregunta
Move multiple rows with exceptions
Hey Consider I have a mxn matrix of binary data. I want to move the rows with 1s in it corresponding to a particular column exc...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
A switch case with multiple results or switch expressions?
Is such a switch case possible? If not, whats my workaround for it? switch r,d case d=1 && r=1 continue ca...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Move multiple rows to specified postion
Hello, I have a mxn matrix of binary data. I want to write a code where I move multiple rows to specified position or index. %...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Move multiple rows without swapping
Hello, I have a mxn matrix of binary data. I want to write a code where I find the rows in column n which have 1s in them and m...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Find the column with the least number of 1s (ones) in it | Find column with at least one non zero element
Consider I have a m by n matrix with binary data Is there a easy way to write a code that can identify the column with the leas...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Return the column(s) indices with minimum value which is not zero.
Consider a matrix H = 1x30. The data in those elements are numbers 0, 1, 2, ......, n I wanna be able select the column(s) wit...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Select the column with at least one 1 in it
Hey people Assume I have a m by n matrix of binary data. How would I be able to identify the column that has the least number o...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Move particular column to specified index
Hey assume I have a matrix 50x100 In an automated function I will be needing to select particular column, and move it to specif...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Select a row and append it at the end of a matrix | Move a selected row to end of matrix
Hello People, Assume i have a matrix H = [1 0 0 1 0 1 0 0 1 1 1 0 1 1 0 1 0 1 ...
casi 4 años hace | 1 respuesta | 0