photo

Vincent Abraham


Last seen: 대략 3년 전 2020년부터 활동

Followers: 0   Following: 0

통계학

All
  • Thankful Level 3

배지 보기

Feeds

보기 기준

채널


Weather Information

대략 3년 전

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 4년 전 | 답변 수: 1 | 1

1

답변

질문


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

대략 4년 전 | 답변 수: 2 | 1

2

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변