photo

Aayush Gupta


Last seen: 3 years 前 自 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
  • 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)

3 years 前 | 0

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

3 years 前 | 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...

3 years 前 | 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(...

3 years 前 | 0