photo

Shreyes


RWTH Aachen University, Germany

Actif depuis 2012

Followers: 0   Following: 0

Message

I am always up for a challenge. If you need any program related to communication, sound, speech analysis, general mathematics. Drop me a mail.
Professional Interests: Signal processing, Sound analysis

Statistiques

All
File Exchange

6 Fichiers

Cody

0 Problèmes
12 Solutions

RANG
N/A
of 301 421

RÉPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
2 676 of 21 269

RÉPUTATION
640

CLASSEMENT MOYEN
4.70

CONTRIBUTIONS
6 Fichiers

TÉLÉCHARGEMENTS
10

ALL TIME TÉLÉCHARGEMENTS
5892

RANG
35 660
of 174 475

CONTRIBUTIONS
0 Problèmes
12 Solutions

SCORE
130

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

plus de 11 ans il y a

A résolu


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

plus de 11 ans il y a

A résolu


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

plus de 11 ans il y a

A résolu


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

plus de 11 ans il y a

A résolu


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

plus de 11 ans il y a

A résolu


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

plus de 11 ans il y a

A résolu


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

environ 12 ans il y a

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

environ 12 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

environ 12 ans il y a

A résolu


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

environ 12 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

environ 12 ans il y a

A résolu


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

environ 12 ans il y a

A soumis


Audio Flanger
Creates a flanging effect on the input music file and plays it

plus de 12 ans il y a | 1 téléchargement |

5.0 / 5

A soumis


Spectrogram, STFT, with varied kinds of Plots
Plots STFT using line, Stem, Surface, Image. STFT calculation done using in built function

environ 14 ans il y a | 1 téléchargement |

4.3 / 5
Thumbnail

A soumis


Karaoke
Program removes voice from a source .wav file and creates an output .wav file.

environ 14 ans il y a | 1 téléchargement |

4.3 / 5
Thumbnail

A soumis


Combined Legend for multiple axes
Provide an array of axes handles or 1 figure handle.It will create a legend of all the lines in axes

environ 14 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


Instantaneous FFT
Click on any point in the signal to find the FFT of the surrounding portion of given length.

environ 14 ans il y a | 2 téléchargements |

0.0 / 5
Thumbnail

A soumis


Consecutive Ones
Finds the number of consecutive ones in a binary signal. Returns the starting and ending points

environ 14 ans il y a | 1 téléchargement |

5.0 / 5