Archiu:In-phase and quadrature components of angle modulation.gif
Aparència
De L'Enciclopèdia, la wikipedia en valencià
Tamany d'esta vista prèvia: 800 × 378 píxels. Atres/s resolucions: 320 × 151 píxels | 912 × 431 píxels.
Resolució completa. ((912 × 431 pixels, tamany de l'archiu: 29 kB, MIME tipo: image/gif), 0,1s)
Est archiu és de Wikimedia Commons i pot usar-se en atres proyectes. La descripció en la seua pàgina de descripció de l'archiu es mostra més avall.
Summary
| DescriptionIn-phase and quadrature components of angle modulation.gif |
English: Graphic example of the formula Alternative description: Example of how an angle-modulated sinusoid can be decomposed into or synthesized from two amplitude-modulated sinusoids. The picture shows a modulation by non-linearly increasing the phase angle of the carrier from 0 to |
|||
| Date | ||||
| Source | Own work | |||
| Author | Bob K | |||
| Permission (Reusing this file) |
I, the copyright holder of this work, hereby publish it under the following license:
|
|||
| GIF development InfoField | ||||
| Octave/gnuplot source InfoField | click to expand
This graphic was created by the following Octave script: graphics_toolkit gnuplot
N = 500; %length of plot
sams = 0:N;
cycles = 0.25; % 1/4 cycle of phi(t)
cyc_per_sam = cycles/N;
phi = pi/2 * sin(2*pi*cyc_per_sam*sams);
cycles = 4; % 4 cycles of carrier wave
cyc_per_sam = cycles/N;
z = cos(2*pi*cyc_per_sam*sams + phi); %carrier
x = cos(2*pi*cyc_per_sam*sams).*cos(phi); %in-phase
y = cos(2*pi*cyc_per_sam*sams + pi/2).*sin(phi); %quadrature
figure
plot(sams,sin(phi),'color','red', 'linewidth', 3) %envelope
ylim([-1.2 1.2]);
box off
hold on
plot(sams,cos(phi),'color','blue', 'linewidth', 3) %envelope
plot(sams,x,'color','blue')
plot(sams,y,'color','red')
plot(sams,z,'color','green', 'linewidth', 2)
set(gca, 'xaxislocation', 'origin')
set(gca, 'yaxislocation', 'origin')
set(gca, 'xgrid', 'on');
set(gca, 'ygrid', 'off');
set(gca, 'ytick', [0]);
cycles_per_tick = 0.25;
sam_per_tick = cycles_per_tick/cyc_per_sam;
set(gca, 'xtick', [0:16]*sam_per_tick);
set(gca,'XTickLabel',[' 0'; ' '; '2'; ' '; '4'; ' '; '6'; ' '; '8'; ' '; ' '; '11'; ' '; '13'; ' '; '15'; ' '])
green = [0 170 0]/256;
text(400, .9, '\uparrow sin(\phi(t))', 'color', 'red')
text(30, .86, '\uparrow cos(\phi(t))', 'color', 'blue')
text(147, .44, '\leftarrow I(t)', 'color', 'blue')
text(165, .30, 'Q(t) \rightarrow', 'color', 'red')
text(121, 1, '\leftarrow cos(2\pift + \phi(t)) \rightarrow', 'color', green)
text(146, .87, '= I(t)+Q(t)', 'color', green)
title('In-phase and quadrature components (example)','fontsize', 12);
xlabel('\leftarrow time (t) \rightarrow','fontsize', 12)
ylabel('amplitude','fontsize', 10)
|
Captions
Add a one-line explanation of what this file represents
Items portrayed in this file
depicts English
creator English
Some value without a Wikidata item
copyright license English
Creative Commons CC0 License English
inception English
27 October 2013
source of file English
original creation by uploader English
Historial de l'image
Puncha en la data/hora per a vore l'image tal i com es mostrava en eixe moment.
| Data/Hora | Miniatura | Dimensions | Usuari | Descripció | |
|---|---|---|---|---|---|
| actual | 15:31 27 oct 2013 | 912 × 431 (29 kB) | wikimediacommons>Bob K | User created page with UploadWizard |
Enllaços a l'image
Les següents pàgines enllacen ad esta image:
Metasenyes
Est archiu conté informació adicional, provablement afegida per la càmara digital o l'escàner usat per a crear-lo o digitalisar-lo. Si l'archiu ha segut modificat posteriorment, alguns detalls poden no correspondre en l'informació real de l'archiu.
| Comentari d'archiu GIF | Created with Octave |
|---|