photo

jerry


FSU

Last seen: 4 years ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
2 Answers

RANK
255,766
of 301,589

REPUTATION
0

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,343

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 175,641

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


How can I go from a transfer function to a inverse Laplace transform?
I have written the following code. I would like to go directly to a time domain function without reentering a tf as shown in the...

12 years ago | 2 answers | 0

2

answers

Answered
How can I go from a transfer function to a inverse Laplace transform?
I asked the question poorly. Disregard the last two lines. I would like to do the inverse laplace directly without running the...

12 years ago | 0

Answered
Can Matlab create Laplace Transfer equations using symbolic math.
I made the following change to my coding: clc clear all close syms s I1 I2 I3 Vs Z = [(2*s+2) -(2*s+1) -1 ...

12 years ago | 0

Question


Can Matlab create Laplace Transfer equations using symbolic math.
I would like to create a program to model the Laplace transform of a circuit using the MATLAB symbolic tool box. I have written...

12 years ago | 1 answer | 0

1

answer

Question


Signal decode
The following input and response information is given. H(s) = (3s + 1)/(s^2 + 2s +5) x(t) = exp(-3t) therefore X(s) = 1/...

15 years ago | 1 answer | 0

1

answer