Questions tagged [envelope]
The envelope tag has no summary.
60 questions
1 vote
1 answer
127 views
Envelope extraction & Hilbert transform conditions
Question: Is it possible to demodulate perfectly an AM envelope from AM-FM signals? I have found 2 contradicting explanations Answer 1 - NO: Following this thread: Why Hilbert Transform is terrible ...
0 votes
0 answers
63 views
How to detect the envelope effect with a noisy signal?
I measured the following signal: Also, I measured the noise of the oscilloscope and the two electrodes, I used to the measurements: Oscilloscope noise: Measurement electrode noise: The output ...
0 votes
0 answers
37 views
How to find envelope of a set of osillicating data?
I have a group of data as following, how could I get the envelope of such data? By envelope, I mean a smooth curve that contains majority of the data.
0 votes
0 answers
27 views
How can beat frequencies be maximized when summing Gaussian weighted signals from several oscillators?
This question originates from the interest of minimizing settling time for a broad band oscillator. Instead of using a broad band low-Q resonator with a long settling time, like the dashed line in ...
1 vote
1 answer
89 views
How to understand the sampled data?
Assume the normalized frequency of the sinusoid signal is 0.48, and the sampling frequency is 1, so, the nyquist sampling theorem is well met, there is no aliasing, but why does there seem to be a low ...
0 votes
1 answer
168 views
How to get a reliable envelope of a signal with clipped peaks?
I'm trying to compute the power per minute in the time domain of some seismic signals. I deal with signals sampled at 5 kHz characterized by random amplitude peaks emerging from low background noise ...
0 votes
0 answers
114 views
The Hilbert transform is used to extract the envelope
I have a sine wave signal with a frequency of 1 Hz, and it is evident that there is low-frequency modulation. I want to compensate for it by extracting the envelope using the Hilbert transform. ...
1 vote
0 answers
216 views
Spectral Envelope in Python
i have a 192kHz sampled signal that has been measured using an ultrasound MEMS microphone and i want to visualize the spectral envelope. I have found here and here ideas on how to do it (mainly "...
0 votes
0 answers
76 views
Hilbert Transform matches signal rather than envelope
I have an interferogram of a white LED. I am trying to extract the envelope of the signal. Shown is the interferogram, and the absolute value of the Hilbert Transform of the interferogram. I used <...
1 vote
0 answers
88 views
Does an analytic function composed with another stay analytic?
Assume $s(t)$ is analytic, such that it has no negative frequency components. Will $s(f(z))$ also be analytic, assuming $2≥f'(z)≥1$? Concretely, I work with audio data that is mapped through a time-...
6 votes
3 answers
1k views
Does analytic signal have positive instantaneous frequency?
The Analytic representation of a signal has no negative frequencies. Does this mean that everywhere, it's instantaneous frequency is positive?
6 votes
4 answers
4k views
Smooth envelope of an aperiodic signal
I have a signal that looks like this: Red line is the function I'd like to obtain somehow. Everything <= -60 is basically absent data (i.e. not low signal). If I understand correctly, Hilbert ...
0 votes
1 answer
235 views
Bandwidth of amplitude-modulated wave with triangular envelope
I have the following wave: I know that it is demodulated by an envelope detector whose source resistance is 0Ohm and its load resistance is 250Ohm. Now, I need to calculate a C capacitor in order ...
0 votes
0 answers
45 views
How do I find if my amplifier compressed the waveform?
I have a waveform that's modulated by a trapezoidal function. I fitted the envelope to the expected function to show if the amplitude is modulated correctly. I also plotted the difference of the fit ...
-1 votes
1 answer
107 views
Problem with starting values when recreating the matlab envelope function in python
I am trying to recreate the envelope function from matlab in python, but I have a problem with the initial values. I have a window of 1000 and the first 1000 values won't show up. Here is a snippet of ...