photo

Vincent Abraham


Last seen: quasi 4 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

10 Domande
0 Risposte

ThingSpeak

1 Pubblico Canale

RANK
21.772
of 299.997

REPUTAZIONE
2

CONTRIBUTI
10 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
60.0%

VOTI RICEVUTI
2

RANK
 of 20.858

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 166.881

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
1 Pubblico Canale

VALUTAZIONE MEDIA
30

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Canale


Weather Information

quasi 4 anni fa

Domanda


This is a code for Image Compression using Huffman Coding. Could someone tell me why am I not able to calculate the entropy? And how could I go about writing creating a file which contains the compressed image ?
%clearing all variableas and screen clear all; close all; clc; %Reading image a=imread('chair.png'); figure,imshow(a) %co...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Could someone help me with the errors I'm facing in this code ? The code is for Image Compression using Huffman Coding
clc; clear all; close all; base = 2; % For base (b) Huffman Coding %% READING THE TEXT FILE img = imread('chair.png'); i...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Implementing the Chorus Effect
I have implemented a code for flanging. Flanging uses a delay of 0-10ms (in this case 0-3ms) to produce the desired output. Now,...

quasi 5 anni fa | 1 risposta | 1

1

risposta

Domanda


Designing IIR Filters using Bilinear Transform
I have written the following code to design an IIR filter with a cut-off frequency of 800 Hz. However, I'm not getting the desir...

quasi 5 anni fa | 2 risposte | 1

2

risposte

Domanda


Speech Signal Analysis using IIR filters
If i want to analyse a speech signal using IIR filters like chebyshev, butterworth and elliptic, how do I decide the parameters ...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


How to take two inputs simultaneously from the user ?
[xf1 xf2]=input('Enter range of x :');

oltre 5 anni fa | 1 risposta | 0

1

risposta

1

risposta

Domanda


I have made a code for calculating the electric field intensity for n charges. I need help plotting the electric field intensity pl help !
%This is a program for calculating electric field for n number of charges %where the source and field points are in cartesian c...

oltre 5 anni fa | 1 risposta | 0

1

risposta