이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
Signals & Systems MATLAB Toolkit — Script Descriptions
=======================================================
All scripts produce MATLAB figure plots. Some include animations.
ss06 requires Symbolic Math Toolbox.
1. ss01_signal_playground.m
Explore standard CT and DT signals. Plots the six textbook signals
side-by-side, computes energy vs power, and demonstrates time shift,
reversal and scaling transformations.
2. ss02_lti_explorer.m
Empirically test system properties. Applies a battery of numerical tests to
four systems for linearity, time-invariance, causality and BIBO stability.
3. ss03_convolution_demo.m
Animated flip-shift-multiply-integrate convolution. Convolves x(t) = rect(t/2)
with h(t) = e^{-t}u(t) and animates each step so students see how the output
y(t) is built up.
4. ss04_fourier_series.m
Reconstruct periodic waveforms from N harmonics. Shows how square, triangle
and sawtooth waves are built harmonic by harmonic and animates the Gibbs
phenomenon.
5. ss05_fourier_transform.m
CT Fourier transform pairs and filtering. Numerically computes magnitude and
phase of common pairs and shows how an ideal low-pass filter kills
high-frequency content.
6. ss06_laplace_solver.m
Solve a 2nd-order ODE symbolically via Laplace transform. Prints Y(s),
partial fractions, and the time-domain solution, then plots it.
(Requires Symbolic Math Toolbox.)
7. ss07_z_transform.m
Pole-zero plot, ROC and difference-equation response. Analyzes
H(z) = (1 + 0.5z^-1) / (1 - 0.9z^-1 + 0.2z^-2).
8. ss08_sampling_aliasing.m
Nyquist rate and aliasing visualiser. Samples a 7 Hz cosine at 8 Hz to show
a 1 Hz alias, then reconstructs a 3 Hz cosine sampled at 20 Hz using ideal
sinc interpolation.
인용 양식
SK (2026). Signals and systems visualizations using scripts (https://kr.mathworks.com/matlabcentral/fileexchange/184297-signals-and-systems-visualizations-using-scripts), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0 |
