pando
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 154,057
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Arithmetic coding, the way to find decimal representation of codeword
seq = [3 3 1 3 3 3 3 3 2 3]; counts = [10 20 70]; code = arithenco(seq,counts) By implementing this code, I can get arithmeti...
約4年 前 | 1 件の回答 | 0
1
回答質問
why my result do not calculate limit value
clc; clear; syms x t w X x=2*exp(-4*t)*cos(10*t); X=int(x*exp(-j*w*t),t,0,inf) I want to find X value but its result is a...
4年以上 前 | 0 件の回答 | 0
0
回答質問
My result contains 'limit' value
My code is clc; syms x t X omega a = 2; b = 2; x = exp(-a*t)*sin(b*pi*t); X = simplify(int(x*exp(-j*omega*t),t,0,inf)) i...
4年以上 前 | 0 件の回答 | 0