photo

AAYUSH MARU


Last seen: circa 5 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

MATLAB Answers

5 Domande
0 Risposte

RANK
120.028
of 300.331

REPUTAZIONE
0

CONTRIBUTI
5 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 20.920

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.124

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

Visto da

Domanda


can someone solve this?
impulse-----> h1 [n] = (0.8)n.u[n] ---------> h2 [n] = (0.3)n.u[n] ------>??? these are my two systems i hav...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


can anyone solve this? i am getting errors
this is my system: y[n] = x[n] - x[n-1] + x[n-2] can anyone help me find its transfer function and impulse response.

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


i am not getting output for the following code, Here i have to find step response of transfer function using fourier transform!!
clc; clear all; syms t s; % creating dynamic time variable G = tf([8 18 32], [1 6 14 24]); % generating transfer function u...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


PLOTTING STEP RESPONSE OF TRANSFER FUNCTION USING FOURIER TRANSFORM
i am not getting the desired output from this code! can anyone help me with it?? the transfer function is in fourier domain!! ...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


how do i plot step response of a system using fourier transform?
how do i plot step response here? clc; clear all; syms t; t= 0:0.001:10 G = tf([1], [1 0.9 5]); [num,den] = tfdata(G); ...

oltre 5 anni fa | 1 risposta | 0

1

risposta