I have a radio spectrum (converted from the time domain with FFT). For each bin (frequency), I have 100 samples, taken a couple of seconds apart. These samples are power (e.g. -47.5 dBm).
I am testing for normality using the technique seen here. Presumably channels (man-made radio signals) will be "less random" than the noise floor, which is (supposed to be) Gaussian noise.
When I run normaltest on each frequency array, it returns p < 0.055 the majority of the time (which according to the reference above, means "probably not normal"). This includes many, many frequencies that are part of the noise floor.
Why doesn't this test work well with my setup?