統計
MATLAB Answers
4 質問
0 回答
ランク
of 174,632
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Trying to understand the MATLAB fft example and how to determine amplitudes of frequencies?
Hey I have made a plot of a signal using the MATLAB fft example: L=length(channel1); NFFT=2^nextpow2(L); Y=fft(...
10年以上 前 | 1 件の回答 | 0
1
回答質問
Strange error message using sort( ) ?
Hey I am trying to locate the 10 fundamental frequencies in my power-spectrum. I know, I can find the peaks, by using the f...
10年以上 前 | 1 件の回答 | 0
1
回答質問
What is the function of NFFT in MATLAB code of the frequency plot?
Hey I have made a Frequency plot, according to the instructions on the site "MATLAB: fft". >> L=length(channel1'); >> NFFT=...
10年以上 前 | 0 件の回答 | 0
0
回答質問
Help interpreting Audio-Signal from 'audioread( .wav)' output?
Hey I am a beginner at MatLab and working with Audio-Signals. So I have a few basic questions: Using the audioread('.wav')...
10年以上 前 | 1 件の回答 | 0
