photo

apple fung


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
0 回答

ランク
144,235
of 301,478

評判
0

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

回答採用率
25.0%

獲得投票数
0

ランク
 of 21,296

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,719

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to plot a single spectrum using FFT from waveform?
clc; data = csvread('data.csv') ; t = data(:,1) ; amp = data(:,2) ; L = length(t) ; N = length(amp); dt = ma...

約9年 前 | 0 件の回答 | 0

0

回答

質問


How to plot a single spectrum using FFT from waveform data?
How to convert a waveform to single spectrum through FFT matlab?where the data of waveform is from excel...

約9年 前 | 0 件の回答 | 0

0

回答

質問


Modal test data analysis... graph plot
how to plot such graph using matlab from the input or output data? <</matlabcentral/answers/uploaded_files/72282/frf.JPG>> ...

約9年 前 | 0 件の回答 | 0

0

回答

質問


How can i create a FFT/FRF graph using matlab from csv file?
as the title, i want to convert the data to the frequency domain using FFT... and here the csv....which function should i use? t...

約9年 前 | 2 件の回答 | 0

2

回答