photo

Aayush Gupta


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

Followers: 0   Following: 0

I am currently pursuing my graduation in Electronics and Communication Engineering from Indian Institute of Information Technology, Bhopal. I have deep interest in Signal Processing and Wireless Communication. I have made projects in MATLAB and wish to work in Mathworks in the domain of Digital Signal Processing.

統計

All
MATLAB Answers

0 質問
4 回答

Cody

0 問題
6 解答

ランク
148,619
of 297,695

評判
0

コントリビューション
0 質問
4 回答

回答採用率
0.00%

獲得投票数
0

ランク
 of 20,466

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
47,420
of 159,380

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

スコア
72

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Revival Level 1
  • MATLAB Central Treasure Hunt Finisher
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

回答済み
convert mp3 to wav
[Y fs]= audioread(file); audiowrite('ConvertAudioFile.wav',Y,fs)

4年弱 前 | 0

回答済み
how to convert a wav to mp3 file in maylab
[Y fs]= audioread(file); audiowrite('ConvertAudioFile.mp3,Y,fs)

4年弱 前 | 0

回答済み
Hamming code on image
Try Reading the image into workspace using imread funtion. After reading the image, convert it into a gray scale image. Then con...

4年弱 前 | 0

回答済み
How to extract frames of a video
v=videoReader('filename.mp4') %to read all the frames frames=read(v) % for reading any particular nth frame you can use read(...

4年弱 前 | 0