photo

ahmed allaheani


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

Followers: 0   Following: 0

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

답변 있음
matlab newer version and toolboxes
that's great....thanx

대략 6년 전 | 0

질문


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

대략 6년 전 | 답변 수: 2 | 0

2

답변

질문


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

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

6년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
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...

6년 초과 전 | 0

질문


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

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

1

답변

답변 있음
about freqs_m function
thank you very much guys. the code is working perfectly

6년 초과 전 | 0

질문


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

6년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

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

1

답변

질문


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]); ...

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

1

답변