Vincent Abraham - MATLAB Central
photo

Vincent Abraham


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB AnswersThingSpeakFrom 03/20 to 04/25Use left and right arrows to move selectionFrom 03/20Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 个提问
0 个回答

ThingSpeak

1 公开的 个频道

排名
16,882
of 298,046

声誉
2

贡献数
10 个提问
0 个回答

回答接受率
60.0%

收到投票数
2

排名
 of 20,526

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,226

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
1 公开的 个频道

平均
30

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

频道


Weather Information

3 years 前

提问


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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答

提问


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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 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...

5 years 前 | 1 个回答 | 0

1

个回答