Abdelrhman Abdelfatah
Followers: 0 Following: 0
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(...
거의 2년 전 | 답변 수: 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...
거의 2년 전 | 답변 수: 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 ...
거의 2년 전 | 답변 수: 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...
거의 2년 전 | 답변 수: 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...
거의 2년 전 | 답변 수: 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...
거의 2년 전 | 답변 수: 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...
대략 2년 전 | 답변 수: 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))...
대략 2년 전 | 답변 수: 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...
2년 초과 전 | 답변 수: 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...
2년 초과 전 | 답변 수: 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...
2년 초과 전 | 답변 수: 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...
2년 초과 전 | 답변 수: 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)...
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)...
2년 초과 전 | 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...
2년 초과 전 | 답변 수: 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...
2년 초과 전 | 답변 수: 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...
2년 초과 전 | 답변 수: 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...
2년 초과 전 | 답변 수: 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...
거의 3년 전 | 답변 수: 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...
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...
거의 3년 전 | 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...
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...
거의 3년 전 | 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.. ( ...
거의 3년 전 | 답변 수: 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...
대략 3년 전 | 답변 수: 1 | 0