Recent content by mdornfe1
-
M
Windowing a signal in frequency space
I just realized what was happening. When I multiplied the transformed signal by the gaussian, I canceled out the negative frequency components. So of course when I transformed back the signal would be complex. I was expecting it to be a real sinusoid not a complex one.- mdornfe1
- Post #3
- Forum: Programming and Computer Science
-
M
Windowing a signal in frequency space
I'm not sure if this is the right place to post this, but I'm trying to write a python script that takes a noisy multi frequency signal, transforms it to frequency space, windows it there with a gaussian, then transforms it back to time space. Here is what I wrote: Fs=1000 #sampling...- mdornfe1
- Thread
- Frequency Signal Space
- Replies: 1
- Forum: Electrical Engineering
-
M
Windowing a signal in frequency space
I'm trying to write a python script that takes a noisy multi frequency signal, transforms it to frequency space, windows it there with a gaussian, then transforms it back to time space. Here is what I wrote: Fs=1000 #sampling frequency fo=120 #center of gaussian sigma=0.01...- mdornfe1
- Thread
- Frequency Signal Space
- Replies: 2
- Forum: Programming and Computer Science