clc;
close all;
clear;
t=-1:1;
a = sin(2*pi*t);
b = stepseq(-1, -1, 1)-stepseq(1, -1, 1);
h = a.*b;
subplot(2,1,2);
title('5-19_d');xlabel('t');ylabel('x[t]');

답변 (1개)

Walter Roberson
Walter Roberson 2022년 11월 7일

0 개 추천

stepseq is not a function provided by Mathworks. See https://www.mathworks.com/matlabcentral/answers/12834-unsolved-function for the code.

카테고리

태그

질문:

2022년 11월 7일

답변:

2022년 11월 7일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by