Archivo del Autor: carlosap
websdr
http://www.websdr.org/ A WebSDR is a Software-Defined Radio receiver connected to the internet, allowing many listeners to listen and tune it simultaneously. SDR technology makes it possible that all listeners tune independently, and thus listen to different signals; this is in contrast to the many classical receivers that are already available via the internet.
openwebrx
https://github.com/simonyiszk/openwebrx RASPBERRY 1 CHANGE IN MAKEFILE: csdr MakeFile PARAMS_NEON = -mfloat-abi=hard -mcpu=arm1176jzf-s -mfpu=vfp -funsafe-math-optimizations -Wformat=0 tnx Jan Szumiec for the Raspberry Pi support PARAMS_RASPI = -mfloat-abi=hard -mcpu=arm1176jzf-s -mfpu=vfp -funsafe-math-optimizations -Wformat=0
NOAA/METEOR SDR Antenna for weather satellite images
other
LNA PARA SATELITE FREC. 1420 MHZ
https://g8fek.com/lna.html
Building A Easy To Make Homemade QFH Antenna From Coax
radio astronomy education pictor open source radio telescope
https://pictortelescope.com/ https://www.pictortelescope.com/observe PICTOR consists of a 1.5-meter parabolic antenna that allows anyone to make continuous and spectral (i.e. hydrogen line) drift-scan observations of the radio sky in the 1300~1700 MHz regime for free.
Discone Antenna install
The Half-Wave Dipole Antenna
The half-wave dipole antenna is just a special case of the dipole antenna, but its important enough that it will have its own section. Note that the «half-wave» term means that the length of this dipole antenna is equal to a half-wavelength at the frequency of operation. To make it crystal clear, if the antenna is to radiate… Leer más »
Remove white space at the beginning of lines
cat INFILE | sed ‘s/^[ \t]*//’ > OUTFILE