![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/20317153_1605174100617_DEF.jpg)
Das Siddharth
Followers: 0 Following: 0
Statistica
RANK
197.500
of 297.016
REPUTAZIONE
0
CONTRIBUTI
8 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
75.0%
VOTI RICEVUTI
0
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Unwanted "ans" value generated (comm.RSEncoder)
I am encountering an unusual issue. In the following script if I don't make it a function everything works fine and I am getting...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
How to use the LDPC encoder/decoder in MATLAB ?
Greetings, I am simply trying to use the LDPC encoder/decoder in MATLAB. A very small code like the following: message = ran...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Reed Solomon encoding/decoding for binary data
I want to encode a binary data with the rsenc. It does the work but it generates random integer parities appenended in the end o...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Reed-Solomon decoding (Getting all the bits instead of just the message)
m = 3; n = 7; k = 3; message = [0 1 1]; msg = gf(message,3); code = rsenc(msg,n,k); errors = gf([0 1 1 0 0 0 0],m); n...
oltre 3 anni fa | 1 risposta | 0
1
rispostasmoothing a curve efficiently
Did you try the smooth (MAF) function from the MATLAB ? Try that with smoothing a specific coloumn or row and see what gives you...
quasi 4 anni fa | 0
App Designer 2021a - Adafruit AHT20 Temperature Sensor (I2C) - Data Acquisition
To whomsoever it might help, I was able to solve this on my own. The key is to tailor the write commands as per the app designer...
quasi 4 anni fa | 0
| accettato
Domanda
Bitwise OR and Bitwise shift
I am trying to write a matlab code pretty much like the following C code : uint8_t data[6]; uint32_t tdata = data[3] & 0x0F...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Checking a specific element of 4x1 matrix being 1
I am trying this very simple code in which I want to check a particular element of this 4x1 matrix whether it is 1 or not. For s...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
App Designer 2021a - Adafruit AHT20 Temperature Sensor (I2C) - Data Acquisition
I am trying to acquire temperature data from the latest Adafruit's AHT20 sensor which has I2C communication. My plan was to make...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
App Designer 2021a - Plotting inside the GUI instead of a figure window
I am currently using the latest Matlab 2021a. In the app designer when I try to plot a contniously acquired data from a gas/temp...
quasi 4 anni fa | 1 risposta | 0