MATLAB program to generate a custom signal and do multiple operations on it.
- Determine the sampling rate.
- Determine the bounds. (begin and end time)
- Determine the number of breakpoints.
- Choose signal type from the list.
- Operate at will.
- DC Signal
- Ramp Signal
- General Order Polynomial
- Exponential Signal
- Sinusoidal Signal
- Amplitude Scaling
- Time Shift
- Time Reversal
- Signal Compression
- Signal Expansion
In the following sample run, I used 3 signals, two of which were DC, just to keep things short. You can enter as much as you want of course.
. . Then, I chose ramp signal. . .
. . Then, I chose DC signal. . .
. . Then, I chose DC signal. . .
. . Then, I chose time reversal. . .