Tianjia
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to get the array pointed by a double pointer in MATLAB?
I'm trying to run an IBIS_AMI model in MATLAB. I have the dll library and head filer and I want to call function AMI_Init() in M...
1年以上 前 | 1 件の回答 | 0
1
回答質問
How does raised cosine pulse shaping work in MATLAB?
I know that Raised Cosine Filter is creating a low-pass Nyquist filter that transforms a stream of discrete bits into analog wav...
1年以上 前 | 0 件の回答 | 0
0
回答質問
Time-domain convolution doesn't match Frequency-domain multiplication in MATLAB
I wonder why these two lines of codes generate very different results: subplot(1,2,1); semilogx(abs(X.*HPF)); subplot(1,2,2...
1年以上 前 | 1 件の回答 | 0
1
回答質問
HPF doesn't work in time-domain convolution
This is my input signal: t=0:t_sample:1e-3; xraw=cos(2*pi*1e6*t)+cos(2*pi*1e7*t)+cos(2*pi*1e8*t); k=15; N=2^k; x=xraw(1:N);...
2年弱 前 | 1 件の回答 | 0