finding sampling rate and real power
이전 댓글 표시
voltage frequency 60hz the file is the measurements for the input voltage & the input Current
I used plot to see the graph of the current and voltage , but I'm not sure how to find the sampling rate and the alternating current frequency component of instantaneous power
Also, how can I find the real power?
I'd really appreciate some help.
답변 (1개)
Sabin
2023년 10월 4일
0 개 추천
The first column is the vector of Time. It is easy to find the sampling rate by computing the change between two consecutive points from the Time vector, e.g., dt=Time(2) - Time(1).
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!