File:Onfreq.png
Size of this preview: 800 × 373 pixels. Other resolutions: 320 × 149 pixels | 640 × 298 pixels | 1,274 × 594 pixels.
Original file (1,274 × 594 pixels, file size: 83 KB, MIME type: image/png)
| This is a file from the Wikimedia Commons. The description on its description page there is shown below.
|
Summary
| DescriptionOnfreq.png |
English: This image shows the real and imaginary parts of an oscillating function times the complex exponential with the same oscillation. |
|||
| Date | ||||
| Source | Own work | |||
| Author | Bob K | |||
| Permission (Reusing this file) |
Bob K, the copyright holder of this work, hereby publishes it under the following license:
|
|||
| Other versions |
Own work based on: Onfreq.svg: |
|||
| PNG development InfoField | ||||
| Octave/QTplot source InfoField | click to expand
This graphic was created by the following Octave script: graphics_toolkit("qt") % has "insert text" option
% standardize the dimensions of all 3 plots
set(0, "DefaultAxesXlim",[-2 +2])
set(0, "DefaultAxesYlim",[-1 +1])
dt = .01;
t = -2:dt:2;
carrier = cos(2*pi*3*t);
envelope = e.^(-pi*t.^2);
signal = carrier.*envelope;
figure("position", [1 1 1500 600]);
subplot(1,3,1)
plot(t, signal)
set(gca, 'xtick', -2:2, 'fontsize',16)
xlabel('t', 'fontsize',24, 'fontweight','normal')
ylabel('oscillates at 3 Hz', 'fontsize',18, 'fontweight','normal')
str = 'f(t) = cos(2\pi 3 t) e^{-\pi t^2}';
title(str,'Interpreter','tex', 'fontsize',28, 'fontweight','normal')
mixer = e.^(-i*2*pi*3*t);
mixed = mixer.* signal;
sum(real(mixed))*dt % integrate the product
subplot(1,3,2)
plot(t, real(mixed))
set(gca, 'xtick', -2:2, 'fontsize',16)
xlabel('t', 'fontsize',24, 'fontweight','normal')
ylabel('Integrates to 0.5', 'fontsize',20, 'fontweight','normal')
str = 'Re( f(t) e^{-i2\pi 3 t} )';
title(str,'Interpreter','tex', 'fontsize',28, 'fontweight','normal')
subplot(1,3,3)
plot(t, imag(mixed))
set(gca, 'xtick', -2:2, 'fontsize',16)
xlabel('t', 'fontsize',24, 'fontweight','normal')
ylabel('Integrates to 0.', 'fontsize',20, 'fontweight','normal')
str = 'Im( f(t) e^{-i2\pi 3 t} )';
title(str,'Interpreter','tex', 'fontsize',28, 'fontweight','normal')
|
Captions
A signal at 3 Hz, and the corresponding integrands of the Fourier transform at 3 Hz.
Items portrayed in this file
depicts
2 January 2024
image/png
85,200 byte
594 pixel
1,274 pixel
dbcc19adafafa90bd7a107e0e6203b048fee8f1f
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Dimensions | User | Comment | |
|---|---|---|---|---|
| current | 10:49, 2 January 2024 | 1,274 × 594 (83 KB) | Bob K | Uploaded own work with UploadWizard |
File usage
The following page uses this file:
Metadata
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.
| Horizontal resolution | 37.78 dpc |
|---|---|
| Vertical resolution | 37.78 dpc |
| Software used |
|
Retrieved from "https://wiki.kidzsearch.com/wiki/File:Onfreq.png"