![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17193805_1578193248186_DEF.jpg)
Vincent Abraham
Followers: 0 Following: 0
Statistik
10 Fragen
0 Antworten
RANG
17.134
of 297.016
REPUTATION
2
BEITRÄGE
10 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
60.0%
ERHALTENE STIMMEN
2
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
1 Öffentlich Kanal
DURCHSCHNITTLICHE BEWERTUNG
30
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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,...
etwa 4 Jahre vor | 1 Antwort | 1
1
AntwortFrage
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...
mehr als 4 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
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 ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can someone tell me how to do FM to AM conversion using balaced slope detector in simulink ?
----
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
For a problem of Amplitude Modulation, if I want to perform it on Simulink but get the various parameters like carrier freq. etc. from a companion m file, how do I do it ??
---
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to take two inputs simultaneously from the user ?
[xf1 xf2]=input('Enter range of x :');
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 5 Jahre vor | 1 Antwort | 0