photo

Aayush Gupta


Last seen: mer än 3 år ago Active since 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.

Statistics

All
MATLAB Answers

0 Questions
4 Answers

Cody

0 Problems
6 Solutions

RANK
97 167
of 297 503

REPUTATION
0

CONTRIBUTIONS
0 Questions
4 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20 449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
47 338
of 159 017

CONTRIBUTIONS
0 Problems
6 Solutions

SCORE
72

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

nästan 4 år ago

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

nästan 4 år ago | 0

Solved


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

ungefär 4 år ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

ungefär 4 år ago

Solved


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

ungefär 4 år ago

Solved


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

ungefär 4 år ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

ungefär 4 år ago