Understanding Normalization in Gaussian Inputs

In summary, normalization in this context means taking a distribution and standardizing it to N(0,1) while preserving the probabilities. This is done by introducing a new variable t = T/To and adjusting the limits accordingly. The normalized form of the Gaussian input is written as U(0,t) = exp(-t^2/2), which reflects the PDF of the standardized normal and is also known as the error function. This concept is useful for probability applications and can be further explored through the study of standardizing normal distributions and the error function.
  • #1
zak8000
74
0
what does normalization mean?

for example say i have the guassian input as :

[tex]A(0,T) = \sqrt{Po}*exp(-T^2/2To^2) [/tex]

then we can normalize it by defining t=T/To and [tex]A(z,T) = \sqrt{Po}U(z,t)[/tex]

Po= peak power t= normalized to the input pulse width To. if the peak of the pulse is (arbirtarily) set in t=T=0, we have U(z=0,t=0)=1 . with these notations both t and U are now dimensionless and the normalized form the gaussin input can be written as:

[tex]U(0,t) = exp(-t^2/2)[/tex]

i am just a bit confused as to what this means. in the normalized form the peak power dissappears and why is the normalized form uselfull is it because it makes calculations easier?
 
Mathematics news on Phys.org
  • #2
zak8000 said:
what does normalization mean?

for example say i have the guassian input as :

[tex]A(0,T) = \sqrt{Po}*exp(-T^2/2To^2) [/tex]

then we can normalize it by defining t=T/To and [tex]A(z,T) = \sqrt{Po}U(z,t)[/tex]

Po= peak power t= normalized to the input pulse width To. if the peak of the pulse is (arbirtarily) set in t=T=0, we have U(z=0,t=0)=1 . with these notations both t and U are now dimensionless and the normalized form the gaussin input can be written as:

[tex]U(0,t) = exp(-t^2/2)[/tex]

i am just a bit confused as to what this means. in the normalized form the peak power dissappears and why is the normalized form uselfull is it because it makes calculations easier?

Hey zak8000.

Normalization in this context of a probability density function for a normal distribution means taking a distribution that relates to N(μ,σ2) to N(0,1) while preserving the probabilities for the un-standardized LHS.

When you introduce t = T/To, you get this standardization but to preserve the behaviour, what happens is that the limits change just like you would have in any integral substition for a definite integral.

In short: [tex]U(0,t) = exp(-t^2/2)[/tex] reflects the PDF (need to multiply by 1/SQRT(2pi)) of the standardized normal and this also reflects what is known as the error function which is used in many different contexts.

You should probably take a look at anything that describes the error function and for probability applications look at the topic of 'standardizing normal distributions'.
 
  • #3
ok thank you will look into it
 

FAQ: Understanding Normalization in Gaussian Inputs

What is normalization?

Normalization refers to the process of organizing data in a database in a way that reduces redundancy and dependency. It involves breaking down a large table into smaller tables and establishing relationships between them.

Why is normalization important?

Normalization is important because it helps to eliminate data duplication and inconsistencies, which can lead to errors and discrepancies in data. It also improves data integrity and makes it easier to maintain and update the database.

What are the different levels of normalization?

The three most commonly used levels of normalization are first, second, and third normal form. Each level has specific criteria that must be met in order to be considered normalized, with each level building on the previous one.

How does normalization help with database design?

Normalization helps with database design by ensuring that data is organized in a logical and efficient way. This makes it easier to query and manipulate data, and also helps to prevent data anomalies.

What are some common examples of normalization?

Some common examples of normalization include breaking down a customer table into a separate table for customer information and another for order information, or separating employee information into a separate table from their salary and job history information.

Back
Top