photo

Vinay Kumar Tadepalli


Bits-Pilani, India

Last seen: quasi 4 anni fa Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Professional Interests: Image Processing, Embedded Multimedia, Digital Communication systems.

Statistica

All
File Exchange

5 File

Cody

0 Problemi
9 Soluzioni

RANK
N/A
of 301.432

REPUTAZIONE
N/A

CONTRIBUTI
0 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
973 of 21.280

REPUTAZIONE
1.965

VALUTAZIONE MEDIA
3.80

CONTRIBUTI
5 File

DOWNLOAD
13

ALL TIME DOWNLOAD
18846

RANK
42.760
of 174.555

CONTRIBUTI
0 Problemi
9 Soluzioni

PUNTEGGIO
100

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

Inviato


K means clustering for Image Compression
K-means clustering is a popular vector quantization method for data compression.

quasi 13 anni fa | 2 download |

3.0 / 5

Risolto


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

oltre 13 anni fa

Risolto


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

quasi 14 anni fa

Risolto


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

quasi 14 anni fa

Risolto


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

quasi 14 anni fa

Risolto


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

quasi 14 anni fa

Risolto


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

quasi 14 anni fa

Risolto


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

quasi 14 anni fa

Risolto


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

quasi 14 anni fa

Risolto


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

quasi 14 anni fa

Inviato


Arithmetic Encoding & Decoding
Arithmetic coding is a popular encoding technique in compression engines.

quasi 14 anni fa | 8 download |

4.3 / 5

Inviato


Panning Effect on a Mono-Audio Input
Panning effect is implemented for both an audio file and any audio input device such as microphone.

quasi 14 anni fa | 1 download |

3.5 / 5

Inviato


Compression Techniques
Huffman, Extended Huffman, Arithmetic, LZ78, Run Length Encoding, Run Length Decoding, DCT

circa 14 anni fa | 1 download |

4.5 / 5

Inviato


JPEG Compression (DCT)
JPEG compression using Discrete Cosine Transform Technique

circa 14 anni fa | 1 download |

3.5 / 5
Thumbnail