photo

Das Siddharth


Last seen: 約3年 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
2 回答

ランク
141,231
of 300,813

評判
0

コントリビューション
8 質問
2 回答

回答採用率
75.0%

獲得投票数
0

ランク
 of 21,086

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,169

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • First Answer
  • First Review
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

約4年 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

回答済み
smoothing 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...

4年以上 前 | 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...

4年以上 前 | 0

| 採用済み

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答