photo

matt


Last seen: 1日 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

2 質問
4 回答

ランク
279,364
of 301,275

評判
0

コントリビューション
2 質問
4 回答

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,216

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,777

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


Is the DFT or PSD length dependent?
Is the DFT amplitude dependent on the length of the time signal being analyzed? Do I need to know the length and sampling rate ...

3年弱 前 | 1 件の回答 | 0

1

回答

回答済み
Stacked bar graph for low and high case in different scenarios
y = [2 2 3; 2 5 6; 0 0 0; 2 8 9; 2 11 12]; bar(y,'stacked') xticks([1.5 4.5]) xticklabels({'case 1','case 2'}) Adding la...

3年以上 前 | 0

回答済み
Discrete Time Plotting x[n]+x[-n] Using Stem
The question is unclear in definiton of signal. assuming x[n] = u[n]-u[n-1], u[n] is heavyside function, function to plot is y[n...

3年以上 前 | 0

回答済み
Filtering noise from an audio file
Limit bandwidth to region of highest signal strength in clean audio. [Clean, Fs2] = audioread('expected.m4a'); [sample_d...

3年以上 前 | 0

回答済み
My code is giving me a straight line for values of N other than 5
Define k as symbolic before defining b and ck. In your posted code, when the for loop is entered, k=N=2 so ck = (cos(2*pi)-1)=0 ...

3年以上 前 | 0

質問


Interpolation of cross-correlation from zero padded idft of power spectrum shows odd behavior
Hello, I'm trying to interpolate the cross correlation between two singals by zero padding the ifft of the signals' PSD. Can an...

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

1

回答