필터 지우기
필터 지우기

How can i plot frequency response from 25000 time domain Data?

조회 수: 1 (최근 30일)
mostafa
mostafa 2015년 3월 19일
댓글: mostafa 2015년 3월 21일
Hello every body, I have near 25000 time domain data, they are from a idustrial plant, I have both input and output data. I want plot frequency response by using this time domain data, please help me how it is possible? Thanks alot.
  댓글 수: 6
dpb
dpb 2015년 3월 20일
편집: dpb 2015년 3월 20일
I think you're barking up the wrong tree first here; you need to learn something about signal processing and data collection basics first to ensure your data have any meaning before just applying tools. Perhaps the reason the results aren't what you expect is that the data aren't any good...
But, to see what frequency content is contained in the sampled data, there's a very good, concise example of an amplitude spectrum computed via the fft at
doc fft
The Signal Processing toolbox also has the function tfestimate for transfer function estimation and the spectrum function which has multitude of options for estimating spectra.
Again, however, unless there's something actually in the dataset you've collected, none of these can fix corrupted data obtained without adequate protection during that process, whatever it was.
mostafa
mostafa 2015년 3월 21일
Thanks alot Sir...

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2015년 3월 20일
Look up pwelch() in the Signal Processing Toolbox: http://www.mathworks.com/products/signal/features.html#spectral-analysis
  댓글 수: 2
mostafa
mostafa 2015년 3월 21일
Hello Image analyst, Thank you so much for your attention.
mostafa
mostafa 2015년 3월 21일
Hello image analyst, I dont know PSD and welch theory, please if it is possible introduce to me quick refrence for it and use it in matlab. Thaks alot.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Spectral Measurements에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by