photo

AAYUSH MARU


Last seen: ungefär 5 år ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
161 308
of 300 365

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20 933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

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...

mer än 5 år ago | 1 answer | 0

1

answer

Question


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.

mer än 5 år ago | 1 answer | 0

1

answer

Question


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...

mer än 5 år ago | 0 answers | 0

0

answers

Question


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!! ...

mer än 5 år ago | 1 answer | 0

1

answer

Question


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); ...

mer än 5 år ago | 1 answer | 0

1

answer