Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Correct way to think about thermal noise?

+4
−0

I have just started learning about thermal noise in op-amps and while studying could not find if the noise given in op-amps data sheets is random sample to sample regardless of the time interval between the samples or if the randomness of noise is thought about in terms of unit time.

If a data sheet gives the thermal noise (of +3/-3 standard deviations) as 1 uVpp does it mean that out of every thousand samples, 3 will have noise more than ±1 uV at any sample rate? 1000 sps will lead to 3 samples having more than ±1uV noise in a second, 2000 sps will lead to 6 samples having more than ±1uV noise in a second, and so on.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

1 answer

+5
−0

If a data sheet gives the thermal noise (of +3/-3 standard deviations) as 1 uVpp does it mean that out of every thousand samples, 3 will have noise more than ±1 uV at any sample rate? 1000 sps will lead to 3 samples having more than ±1uV noise in a second, 2000 sps will lead to 6 samples having more than ±1uV noise in a second, and so on.

Your interpretation is correct. When a datasheet specifies “peak-to-peak” noise within ±3 standard deviations, they are specifying the 99.7 percentile peaks.

I’ve put “peak-to-peak” in quotes, because peak-to-peak of a Gaussian white noise is ±∞ from the purely mathematical point of view.

RMS is a better specification for Gaussian white noise than peak-to-peak. RMS has a mathematical property that it’s equal to standard deviation when the signal has zero mean (no DC component). If a datasheet specifies RMS, then it implies ±1 standard deviations, and it doesn’t need to specify the number of standard deviations.

RMS may be easier to measure with a digital oscilloscope than catching thousands of peaks.

Gaussian bell curve.  Standard deviation.  RMS.  Peak-to-peak.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »