photo

ahmed allaheani


Last seen: alrededor de 3 años hace Con actividad desde 2016

Followers: 0   Following: 0

Estadística

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Respondida
matlab newer version and toolboxes
that's great....thanx

alrededor de 6 años hace | 0

Pregunta


matlab newer version and toolboxes
hello everyone i have matlab version R2017b (student license) and i purchased toolboxes (needed for school projects) also i p...

alrededor de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


I am simulating a DPCM transmitter and receiver with a 5th order predictor and a 4-bit mid-riser quantizer using a recorded sound file, and the code is as follow:
clc; clear all; close all; y=audioread('MySpeech.wav'); %audioread used to read our speech signal sound(y); %plays t...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


the coefficients of the 3rd-order predictor
hello everyone : i am working on an FIR predictor i got the following sequence x(n)=[-1 -3 5 2] and this is the code to...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Respondida
impulse response for this problem
i got some help from an expert, and this is the solution: n=[-2:10];% time vector x=n==0; % impulse input y=n==-1;% o...

más de 6 años hace | 0

Pregunta


impulse response for this problem
how can i obtain the impulse response and the plot: y(n)=x(n)-0.6y(n-1),for y(-1)=0 and n=[-2:10] i tried to understand ...

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

1

respuesta

Respondida
about freqs_m function
thank you very much guys. the code is working perfectly

más de 6 años hace | 0

Pregunta


about freqs_m function
[N,Wn]=buttord(8000*pi,32000*pi,1.421,22.380,'s') [B,A]=butter(N,Wn,'s') freqs(B,A) [db,mag,pha,w]= freqs_m(B,A,3...

más de 6 años hace | 3 respuestas | 0

3

respuestas

Pregunta


i need to find the roots of the polynomial
>> p=[1 8 22 24 9]; >> roots(p) * _for some reason i get this error message_* Error in roots (line 32) r = zeros(0,1...

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

1

respuesta

Pregunta


how to color the area under the line??
i am using polar coordinates to plot an antenna coverage area shape. i got the code as following: <</matlabcentral/answers/up...

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

1

respuesta

Pregunta


i want to convert from direct to parallel form, and i am getting an error massage???
%H(z) coefficients [C,B,A] = dir2par([1 0 0 -1], [1 -0.8 0.37 -0.05]) n=[0:20] ; %%%% delta function %%%% [delta,n] = im...

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

1

respuesta

Pregunta


Undefined function or variable 'sigshift'. how can i shift the signal?
i got this code nx = [-3:3]; x = [-4 5 1 -2 -3 0 2]; subplot(2,2,1); stem(nx,x); axis([-4 8 -5 9]); ...

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

1

respuesta