AAYUSH MARU
Followers: 0 Following: 0
Statistiques
5 Questions
0 Réponses
RANG
201 437
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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.
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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!! ...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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); ...
plus de 4 ans il y a | 1 réponse | 0