Questions tagged [periodogram]
The periodogram tag has no summary.
35 questions
0 votes
0 answers
34 views
OFDM Radar 2D Periodogram – Normalization inconsistency between signal and noise estimation
I’m implementing a 2D-OFDM radar (SISO) simulation based on the paper “Maximum Likelihood Speed and Distance Estimation for OFDM Radar” by Braun, Sturm and Jondral. The system transmits MPSK-modulated ...
1 vote
2 answers
107 views
How are detection limits calculated in DSP?
I have two profiles acquired from the same device with one parameter changed between acquisitions. They both have a base profile with a comb of period 4 appearing as a "spike" every 4th ...
0 votes
0 answers
71 views
How to do a multidimensional Lomb-scargle periodogram using Python
I have 10 signals recorded by detectors which are placed in different r and phi coordinates (let's consider the situation in the polar reference system). I want to find spatial and temporal ...
0 votes
1 answer
229 views
How to find frequency , location and phase of two sinusoid signal buried in noise?
There is a data set which has two different sinusoids buried in noise. Data record has following properties: A data records with a total data length of 2048 points. The sampling frequency is 100 Hz. ...
1 vote
0 answers
64 views
Calculation of the discrete cosine transform
I am wanting to use the discrete cosine transform to relate the autocovariance function of a process to its periodogram. Following Chris Chatfield's book (Time Series Analysis, p129), I am wanting to ...
1 vote
0 answers
71 views
Choice of $N_{terms}$, frequency grid in Lomb-Scargle periodogram
I am completely new to signal processing! Please explain as if speaking to someone who knows nothing more than linear algebra and what a Fourier transform is defined as. I am working with an 8-month ...
5 votes
1 answer
125 views
Finding periodicity in discrete events II - missions to Mars
Per the Space Exploration SE question Are launch windows to Mars avoided if they result in landings during dust storm season? the synodic period of the relationship between the motion of Earth and ...
1 vote
1 answer
85 views
Proof of the equivalence of the Band-RMS evaluated in time and frequency
Ignoring normalization factors, we can define the squared Root Mean Square (RMS) of a discret-time signal $x[t+n], n=0,1,...$, at time $t$ as: $$\mathrm{RMS}^2_t = \sum_{n=0} ^{N-1} |x[t+n]|^2$$ ...
0 votes
0 answers
123 views
Remove frequencies from periodogram
I have radial velocity data (time, radial velocity amplitude, error). I want to find a periodicity of those data points for which I'm using the Generalized Lomb-Scargle method (https://github.com/...
2 votes
1 answer
70 views
Difference Between Built-in Periodogram and Self-Calculated Periodogram
I have the following code block. Im just trying to calculate the periodogram of the signal $x$ with a built-in periodogram function and without any built-in periodogram function. I get the same ...
3 votes
3 answers
357 views
Why can two different signals have the same periodogram?
I have just started trying to self-study an intro course on signal processing. I have just been introduced to the periodogram and have a hard time understanding why completely different signals can ...
1 vote
1 answer
3k views
Periodogram (Welch) has different levels depending on length of segment/ resolution
I am trying to compute the PSD of a signal in MATLAB using Welch's periodogram method as shown in the code snippet below. ...
1 vote
1 answer
185 views
What is the meaning of the scaling difference between my DFT magnitude squared plot and my periodogram plot?
I have an EEG recording of duration $2\text{s}$ with sampling rate $f_s=200 \,\text{Hz}$ and, as a mathematician, wish to familiarize myself with some of the standard terminology in signal processing. ...
0 votes
1 answer
187 views
What are my time values for a Lomb Scargle analysis?
I have data that is sampled every 5 minutes(or every 300 seconds)from an automated instrument that measures temperature outside. The data is available on a monthly basis i.e every 1 month . That is ...
0 votes
1 answer
78 views
Infinity values in statistical analysis of minute frequency data
I'm trying to extract statistical features from power spectral density values in Python. My data is actigraphy data with sampling rate 1/60 Hz (once per minute). This is a sample from my data, "...