photo

Vincent Abraham


Last seen: alrededor de 4 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

10 Preguntas
0 Respuestas

ThingSpeak

1 Público Canal

CLASIFICACIÓN
17.199
of 300.352

REPUTACIÓN
2

CONTRIBUCIONES
10 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
60.0%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
 of 20.928

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.212

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
1 Público Canal

EVALUACIÓN MEDIA
30

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Canal


Weather Information

casi 4 años hace

Pregunta


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

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 5 años hace | 1 respuesta | 1

1

respuesta

Pregunta


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

casi 5 años hace | 2 respuestas | 1

2

respuestas

Pregunta


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

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

0

respuestas

Pregunta


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

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Having a problem with for loops. In the given code I need to store the 4 values in 4 seperate places like x1,x2,x3,x4, is this the correct way to write it ? and if my xf is defines in linspace then I'm having a error that the indices aren't compatib
for m=1:n x(m)=input('Enter x coordinate : ' ); y(m)=input('Enter y coordinate : '); z(m)=input('Enter z coordina...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 5 años hace | 1 respuesta | 0

1

respuesta