You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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.
Cite As
Hazem Baqaen (2026). noisin (https://www.mathworks.com/matlabcentral/fileexchange/7236-noisin), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (3.95 KB)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
Communities
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 | Increased efficiency: less chance of OUT OF MEMORY error in rooteig.m, and faster execution. |
