Statistica
RANK
151.510
of 301.186
REPUTAZIONE
0
CONTRIBUTI
7 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
57.14%
VOTI RICEVUTI
0
RANK
of 173.292
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
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...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
quasi 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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?
quasi 11 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 11 anni fa | 1 risposta | 0
1
rispostahow 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) ...
quasi 11 anni fa | 0
Domanda
how to subtract two discrete unit impulses
how to plot the following h[n] = &[n]- &[n - 2].
quasi 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 11 anni fa | 1 risposta | 0
