이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
MATLAB function to estimate the amplitude, frequency, and DC offset of a sampled noisy sinusoid. Choice of RMS or spectral methods available for amplitude estimation, with a decision guide.
Usage:
[Amplitude,Frequency,DC] = noisin(data vector,sampling rate,'method')
Note: Accuracy and generality, rather than efficiency, are emphasized in noisin.m.
Type help noisin for more info.
Check back often for bugfixes and improvements. Comments and feedback are welcome. Please report any problems or requests to the author.
인용 양식
Hazem Baqaen (2026). noisin (https://kr.mathworks.com/matlabcentral/fileexchange/7236-noisin), MATLAB Central File Exchange. 검색 날짜: .
커뮤니티
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 | Increased efficiency: less chance of OUT OF MEMORY error in rooteig.m, and faster execution. |
