統計
MATLAB Answers
0 質問
1 回答
ランク
of 178,957
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
i am defining a new function for generating unit sample sequences x(n)=delta(n-n0); n1<=n<=n2 i am proceeding in the follwing way .But some how i am getting error as not enough arguments at line n=[n1,n2];Therefore i am unable to define function.
n=(-5:5); x=n.*impseq(-3,-5,5)-impseq(4,-5,5); y=2*impseq(-2,-5,5)-impseq(4,-5,5); subplot(121); stem(n,x); xlabel('input...
i am defining a new function for generating unit sample sequences x(n)=delta(n-n0); n1<=n<=n2 i am proceeding in the follwing way .But some how i am getting error as not enough arguments at line n=[n1,n2];Therefore i am unable to define function.
n=(-5:5); x=n.*impseq(-3,-5,5)-impseq(4,-5,5); y=2*impseq(-2,-5,5)-impseq(4,-5,5); subplot(121); stem(n,x); xlabel('input...
3年弱 前 | 0
