Problem 44948. Calculate a Damped Sinusoid
- lambda - λ
- T - maximum value of t
- N - number of elements in t
Solution Stats
Problem Comments
-
5 Comments
I think i need explanation for this concept :
The vector t should be linearly spaced from 0 to T, with N elements.
if I do, a = 1:6, the ans is 1 2 3 4 5 6
but now if i do, a = 1:2:6, ans is 1 3 5
so for linear distributed vector to reach end point 6, we need to do,
a = 1:(6-1)/(6+1):6 --------similarly can it be done as t = 0:(T-1)/(T+1):T? what is the concept in the words 'linearly spaced'?
From the equation y = A.ⅇ^(-λt)*cos(2πft), it might be confused if you don't know the character between A and -λt is the 'euler number'.
I think it is not correctly presented. It should have been re phased or underlineing the fact, that there is no matrix multiplication in the exponent.
Solution Comments
Show commentsGroup

High School Challenge
- 50 Problems
- 98 Finishers
- Times 2 - START HERE
- Add two numbers
- Laws of motion 3
- Laws of motion 6
- Force and Motion 2
- Force and Motion 3
- Velocity Conversion
- Potential energy calculation
- An Ohm's Law Calculator
- Electrical Diode Current Calculation
- Resistance of a light bulb
- Calculate Parallel Resistance
- Current through resistor
- Energy Conversion 2
- Mass Conversion 1
- Convert from Fahrenheit to Celsius
- Return area of square
- Area Conversion 1
- Create times-tables
- Triangle Numbers
- How long do each of the stages of the rocket take to burn?
- Finding Perfect Squares
- Magnitude of Balancing Force
- Mechanical Advantage of a Gear Train
- Calculate load on arm 1
- Find the mass of a rod
- Find the force required to support a lever
- Coefficient of Kinetic friction
- Calculate the acceleration of a crate
- Coefficient of Sliding Friction
- Coefficient of Static friction
- Linear Motion 1
- Linear Motion 2
- Linear Motion 3
- Linear Motion 4
- Linear Motion 5
- Linear Motion 6
- Linear Motion 7
- Basic Mathematics 1
- Basic Mathematics 2
- Basic Mathematics 3
- Basic Mathematics 4
- Basic Mathematics 5
- Basic Mathematics 6
- Basic Mathematics 7
- Basic Mathematics 8
- Resistance of a robot
- Voltage in a lamp
- Resistance in a circuit
- Calculate supply voltage and total current
Problem Recent Solvers10003
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!