Anar al contingut

Archiu:Periodogram.svg

De L'Enciclopèdia, la wikipedia en valencià
Resolució completa. ((Image SVG, nominalment 540 × 360 pixels, tamany d'archiu: 42 kB))

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

Description
English: A power spectrum of two sinusoidal basis functions, calculated by the periodogram method. The significance of basis functions is that there is no spectral leakage into the neighboring frequency bins.
Date
Source Own work based on: Periodogram.png by Kirlf
Author Ixfd64
SVG development
InfoField
 The source code of this SVG is invalid due to an error.
 This W3C-invalid vector image was created with an unknown SVG tool.

Source code

import numpy as np
from scipy import signal
import matplotlib.pyplot as plt

w_1 = 30  # frequency of the 1st component of the signal (Hz)
w_2 = 50  # frequency of the 2nd component of the signal (Hz)

a = 1.1  # magnitude of the 1st component of the signal
b = 0.6  # magnitude of the 2nd component of the signal

t = np.array([i for i in range(1, 301)]) / 1000  # time samples (s)
fs = 1 / (t[1] - t[0])  # sampling frequency (Hz)

x = a * np.cos(2 * np.pi * w_1 * t) + b * np.sin(2 * np.pi * w_2 * t)  # considered signal
f, Pxx_den = signal.periodogram(x, fs=fs, scaling='spectrum')

plt.subplots(1, 1, figsize=(6, 4), dpi=250)
plt.stem(f[:50], Pxx_den[:50], '-')
plt.ylabel('Spectrum')
plt.xlabel('Frequencies (Hz)')
plt.title('Periodogram')
plt.grid(True)
plt.savefig("Periodogram.svg")

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

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

copyrighted English

inception English

2 May 2023

media type English

image/svg+xml

Historial de l'image

Puncha en la data/hora per a vore l'image tal i com es mostrava en eixe moment.

Data/HoraMiniaturaDimensionsUsuariDescripció
actual21:57 2 maig 2023Miniatura de la versió de 21:57 2 maig 2023540 × 360 (42 kB)wikimediacommons>Ixfd64Uploaded own work with UploadWizard

Les següents pàgines enllacen ad esta image:

Metasenyes