photo

Tianjia


Last seen: 11ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2

バッジを表示

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);...

1年以上 前 | 1 件の回答 | 0

1

回答