photo

Tasin Nusrat


Last seen: mehr als 2 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

MATLAB Answers

9 Fragen
0 Antworten

RANG
96.332
of 300.379

REPUTATION
0

BEITRÄGE
9 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
22.22%

ERHALTENE STIMMEN
0

RANG
 of 20.931

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.299

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Trying to plot the multiplication of triangular and unit step signal.
I am trying to plot a signal x(t) where x(t)=0 for t<0 x(t)=0 for t>=1 x(t)=-t+1 for 0≤t≤1 I write the code as follows: ...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I read a column from excel while I do not want all the data of that column?
I want to plot four graphs in the same figure. I can read all of them from excel. But for first plotting i want to plot all the ...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I am stucked while plotting time discrete for the inverse z transfer.
I want to plot the time discrete sequence for the below transfer function: F(z)=z/(z-0.5)(z-2) I have written the below code. ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Need help to plot the time sequence associated with the below inverse transfer function
F(z)=1/(1+z^-2) ; IZI>1 I have computed the above equation for f(k), can I plot the time sequence associated with this transfo...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Is it possible to solve difference equation in MATLAB?
Can I solve this below difference equation using Matlab? y(k)-3y(k-1)+2y(k-2)=2u(k-1)-2u(k-2) u(k)=k when k>=0 and u(k)=0 when...

mehr als 3 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


how to get an impulse response rather than a sine wave?
If I don't want to connect my output data as wave, rather want to connect each output for the respective inputs, how should I su...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I take an integer like n=1:1:50 and get the output for each value?
I want to plot my output for each input and the input is from 1 to 50, but I am not sure why my code is not working. n=1:50; ...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


solve the equation for a large frequency range
I want to solve the below equation for the frequency range of 1Khz to 100MHz. the equation is factor=Rsh/(Rsh+j*2*pi*frequency...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I use xticks with a bigger range of values towards x axis
The X axis have the range of 1khz to 100Mhz with ticks at 10khz,100khz, 1Mhz, 10Mhz. freq=1e+3:1e+8; %frequency range ...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort