ClubEnsayos.com - Ensayos de Calidad, Tareas y Monografias
Buscar

PROCESAMIENTO ANALÓGICO DE SEÑALES


Enviado por   •  18 de Octubre de 2012  •  663 Palabras (3 Páginas)  •  994 Visitas

Página 1 de 3

PROCESAMIENTO ANALÓGICO DE SEÑALES

Trabajo Colaborativo N.1

Nombre Alumno:

ALEJANDRO GONZALEZ

GRUPO 299007-135

Tutor: JULIO SANCHEZ

UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA

UNAD

BOGOTA (CUNDINAMARCA)

Noviembre 27 del 2011

DESARROLLO DE ACTIVIDADES

Actividad: Trabajo colaborativo 1

INTRODUCCION

Con la realización de este trabajo revisaremos todas las temáticas que se están manejando en la Unidad Uno, y con ello sus aplicaciones en las telecomunicaciones.

Además mediante procedimientos matemáticos solucionaremos los problemas planteados; y finalmente se realizaran graficas en el programa matemático MatLab

.

Ejercicio 1

UNIDAD 1

FUNCIÓN PAR E IMPAR

SISTEMAS LINEALES INVARIANTES EN EL TIEMPO

CAPITULO 1

INTRODUCCIÓN Y TÉRMINOS BÁSICOS

http://cnx.org/content/m12825/latest/

http://www.wikilearning.com/tutorial/senales-el_exponencial_complejo/20467-5

http://64.76.190.172/drupalM/?q=node/1091

http://www.unet.edu.ve/aula10c/Asenales/Unid01/terce09.htm

http://cnx.org/content/m12933/latest/

http://cnx.org/content/m12818/latest/

http://fisica.udea.edu.co/~lab-gicm/2009_electronica/2009_caracteristicas_de_una_se%F1al_alterna.pdf

http://www.udistrital.edu.co/comunidad/estudiantes/ocala/matlabTut/fourier.php

CAPITULO 2

PROPIEDADES DE LOS SISTEMAS

http://es.wikipedia.org/wiki/Sistema_de_ecuaciones_lineales

http://cnx.org/content/m12822/latest/

http://ocw.universia.net/es/tags/2924/sistemas-lineales/

http://www.campusoei.org/cursos/centrocima/matematica/si_ec_li.pdf

http://www.google.com.co/search?hl=es&q=SISTEMAS+LINEALES&meta=&aq=f&aqi=g10&aql=&oq=

CAPITULO 3

SISTEMAS LINEALES

http://cnx.org/content/m12824/latest/

http://www.cidse.itcr.ac.cr/cursos-linea/EcuacionesDiferenciales/EDO-Geo/edo-cap5-geo/laplace/node9.html

http://www.mitecnologico.com/Main/FuncionDeltaDirac

http://www.toodoc.com/funci%C3%B3n-delta-de-dirac-ebook.html

http://www.gennio.com/etiquetas/Funcion-delta-de-Dirac

http://es.wikipedia.org/wiki/Respuesta_a_impulso

http://www.worldlingo.com/ma/enwiki/es/Impulse_response

http://es.patents.com/Method-modifying-channel-impulse-response-TDMA-systems/US20020015459/es-US/

http://www.slideshare.net/Telecomunefasenales/funciones-de-transferencia

http://www.forosdeelectronica.com/f11/encontrar-funcion-transferencia-7115/

http://pesquera.tel.uva.es/tutorial_cir/tema5/f_trans.html

Ejercicio 2

1. Grafique la señal exponencial discreta de la forma:

, para valores de:

A= -8, a= -1, b=0.7

Donde , entonces

A continuación se describe el código fuente del programa para construir las graficas de la parte real e imaginaria de a función exponencial discreta para los valores indicados.

%Parte real de la función exponencial discreta

A=input('Valor de A: ');

a=input ('Valor de a: ');

b=input ('Valor de b: ');

n=0:0.1:25;

x=A*exp(a*n).*[cos(b*n)+j*sin(b*n)];

y=real(x);

stem (n,y,'g','LineWidth',1)

grid on

hold on

xlabel('Muestra x(n)');

ylabel('Real x(n)');

title(' "PARTE REAL"')

%Parte imaginaria de la función exponencial discreta

A=input('Valor de A: ');

a=input ('Valor de a: ');

b=input ('Valor de b: ');

n=0:0.1:25;

...

Descargar como (para miembros actualizados)  txt (6.6 Kb)  
Leer 2 páginas más »
Disponible sólo en Clubensayos.com