Espectro De Fourier

  • June 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Espectro De Fourier as PDF for free.

More details

  • Words: 48
  • Pages: 2
ESPECTRO DE FOURIER Es el modulo de la transformada de Fourier

Dar el espectro de

Por

Para matlab: >> t= -10:0.1:10; >> ft=exp(-3*t + 4);

>> paso=0.1

paso =

0.1000

>> TF=fft(ft); >> espect=abs(TF); >> dim= length(ft)*paso; >> freq=[0:(1/dim):(length(ft)-1)/dim]; >> plot(freq, espect) >> xlabel('f(HZ)') >> title('espectro de exponencial')

Related Documents

Espectro De Fourier
June 2020 2
Analizador De Espectro
October 2019 32
Fourier
October 2019 31
Fourier
May 2020 13
Fourier
November 2019 20