Abdelrhman Abdelfatah
Followers: 0 Following: 0
Statistica
RANK
7.852
of 295.467
REPUTAZIONE
6
CONTRIBUTI
19 Domande
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
52.63%
VOTI RICEVUTI
1
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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(...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 2 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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))...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaunit 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)...
oltre 2 anni fa | 0
Domanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 2 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 2 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 3 anni fa | 0 risposte | 0
0
risposteA 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...
quasi 3 anni fa | 0
| accettato
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...
quasi 3 anni fa | 1
| accettato
Domanda
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.. ( ...
quasi 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 3 anni fa | 1 risposta | 0