Kennard Ng
2019 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
5 質問
0 回答
ランク
of 154,057
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to calculate Fourier coefficients for a simple signal as an exponential series?
How to calculate Fourier coefficients for a simple signal as an exponential series?
5年以上 前 | 1 件の回答 | 0
1
回答質問
How to write a cross signal function and apply it to the signals?
xDataA = linspace(0,4*pi,1024); % create signal yDataA = cos(xDataA); % array A xDataB = linspace(0,4*pi,1024); % create signa...
6年弱 前 | 1 件の回答 | 0
1
回答質問
How do I form a product of two arrays and add the numerical value of the integral in the plot?
xDataA = linspace(0,4*pi,1024); yDataA = cos(xDataA); xDataB = linspace(0,4*pi,1024); yDataB = cos(xDataB); I have two a...
6年弱 前 | 1 件の回答 | 0
1
回答質問
How to fill a 1024 point array with two cycles of a cosine wave?
How to fill a 1024 point array with two cycles of a cosine wave?
6年弱 前 | 2 件の回答 | 0
2
回答質問
How to remove data on left hand region of the image?
[x, y, frequency] = textread('SRAS_opt.txt','%f %f %f'); A2 = reshape(x,[200,200]); B2 = reshape(y,[200,200]); Vb = 24*10^-6*...
6年弱 前 | 1 件の回答 | 0