photo

irtaza anwar


nii

Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

i am here for help in matlab

Statistik

MATLAB Answers

7 Fragen
1 Antwort

RANG
151.538
of 301.383

REPUTATION
0

BEITRÄGE
7 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
57.14%

ERHALTENE STIMMEN
0

RANG
 of 21.252

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 174.306

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


not able to connect resistor shows red dotted line
i am designing a simulation for an invertor i want to connect resistor in my circuit to a wire connecting two mosfets but it sho...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


not able to plot output of covolution
step=0.01 th=0:step:10 th1=0:step:1 th2=1+step:step:2 th3=2+step:step:10 th=[th1 th2 th3] x1=zeros(size(th1)) x2=ones(s...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


not able to calculate convolution sum properly without convolution command
not able to calculate convolution sum properly. i have writen the following code but it is giving me wrong answer. close all ...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


is d(x(t))/d(t) is time invariant and casual system if so then how?
is d(x(t))/d(t) is time invariant and casual system if so then how?

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


not able to subtract two discrete signals
close all clear all n=-2:2 x(n~=0)=0 x(n==0)=1 subplot(3,1,1) stem(n,x) w(n~=2)=0 w(n==2)=1 subplot...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
how to subtract two discrete unit impulses
close all clear all n=-2:2 x(n~=0)=0 x(n==0)=1 subplot(3,1,1) stem(n,x) w(n~=2)=0 w(n==2)=1 subplot(3,1,2) stem(n,w) ...

fast 11 Jahre vor | 0

Frage


how to subtract two discrete unit impulses
how to plot the following h[n] = &[n]- &[n - 2].

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


ploting discrete singnal using heaviside
n = -5 : 5; y = heaviside(n); stem(n, y) axis([-5 5 -1 2]) i am writing this code but it gives 0.5 on 0 and for n>0 giv...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort