photo

Abdelrhman Abdelfatah


Last seen: 1년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

19 질문
3 답변

순위
7,912
of 300,369

평판
6

참여
19 질문
3 답변

답변 채택
52.63%

획득한 표
1

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


Issue defending a variable in MATLAB APP Desinger
I have a button taking a value from the user % Value changed function: Freq_input2 function Freq_input2ValueChanged(...

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

1

답변

질문


Why my variable is not defined in this scope?
I have the following function dq_k = []; for i1 = 1:numel(d_k) if (d_k(i1) <= dR(end) && d_k(i1) >= dR(end-1)) % gre...

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

1

답변

질문


Reversing a function at the Receiver side
Hello all, I have the following code: %%%%%%Reciver intial_value = 0; x_hat = []; %% Predictator %%OLD if p == 1 ...

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

1

답변

질문


Help with creating a function which is dependent on the array previous values
Hello, I need to create a first order or a second order Predictar and the user get to decide which order he wants. And the pr...

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

0

답변

질문


Designing a DPCM encoder and decoder with a Quantization being either Mid-Rise or Mid-Tread
Hello, I want to desing a DPCM encoder and decoder, and I need it to be more flexible in terms of Applications. Thus, I want...

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

1

답변

질문


Help rewriting a function using If statements and For Loop
Hello everyone, So I have the following code, which is a simple Quantization, that check the value of each element in an arra...

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

1

답변

질문


Issue with doing FM on SIMULINK
Hello, I want to run the following Model, but it keeps giving me that error how can I fix it please? Secondly, I want to repl...

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

1

답변

질문


Need help with getting a function to SIMULINK
Hello, I am producing a FM Signal using the following message signal fs=1000; t = 0:1/fs:2; m =@(t) -sawtooth(2*pi*(t+0.5))...

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

1

답변

질문


Computing the Fourier transfer of a function
I am asked to write a code to compute FT of this signal x(t) = -1/2 * |x| +1 But, the instructions restrict us with only 7 l...

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

0

답변

질문


Output of an LTI System through both Fourier transform and Convolution
I have an LTI System x(t) and h(t), and i want to get the output twice, one time using Convolution, and another time using Fouri...

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

1

답변

질문


Plotting a time domain Signal
I want to plot the continuous time domain signal for the following spectrum: and here is what i have done so far, are ther...

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

1

답변

질문


Need help with Fourier Transform of a function
Hello, I need to get fourier transorm of a function y(t) which is a byproduct of x(t) and some trig function. my issue is t...

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

1

답변

답변 있음
unit step function to MATLAB
You need to use Symbolic Math Toolbox syms x(t) y(t) x(t) = piecewise((t>-0.5)&(t<0.5),2.5,0) y(t) = piecewise((t>-3)&(t<0)...

3년 초과 전 | 0

질문


Use only a certain range of values for a function
Well, I do really have a simple question that i have been looking around for a good answer to. I have a function z which is a...

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

1

답변

질문


Cancelling the Echo for a Generated Function using Convolution
So I generated an Echo for a function using Convolution, using the following code [y,Fs] = audioread('Test1.wav'); %Defi...

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

0

답변

질문


Generating an Echo for an Audio Signal using Convolution
[y,Fs] = audioread('Test1.wav'); delay=0.8*Fs; %Delay attenuation_factor=0.4; h=zeros(1,delay);%Impulse h(de...

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

2

답변

질문


Need help with generating an echo for an Audio signal
Hello, I want to generate an echo for an audio signal, then output both signals (the orginal, and the delayed( and attenuated) v...

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

2

답변

질문


Problem with Integration of a function
So, I was working on project to calculate the sinking time of a ship, I draw it on SolidWorks, and calculated its Volume, and in...

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

0

답변

답변 있음
A problem with recalling a function
Okay I fixed it, by making the output figure, and recalled the function name in another code, and it worked perfectly funct...

거의 4년 전 | 0

| 수락됨

답변 있음
System of linear equations
Check if this is what u wanted syms x y y1=(1/3)*(5-x); y2= 2*x-17 figure fplot (y1,[0,50],'r') title('System of Lin...

거의 4년 전 | 1

| 수락됨

질문


A problem with recalling a function
So I have a code, that calculate the output voltage at the three Nodes of an RC Circuit based on the user's Input frequncy.. ( ...

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

1

답변

질문


I need help solving RC circuit using Leplace inverse, then graph the output which is in the symsum form
So I solved the following Ciruit using Leplace Transform, as I want to find the output on V3. and this is what I got t...

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

1

답변