photo

Aayush Gupta


Last seen: etwa 4 Jahre vor Aktiv seit 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.

Statistik

All
MATLAB Answers

0 Fragen
4 Antworten

Cody

0 Probleme
6 Lösungen

RANG
89.916
of 300.392

REPUTATION
0

BEITRÄGE
0 Fragen
4 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
0

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
50.077
of 168.335

BEITRÄGE
0 Probleme
6 Lösungen

PUNKTESTAND
72

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
convert mp3 to wav
[Y fs]= audioread(file); audiowrite('ConvertAudioFile.wav',Y,fs)

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0