Tugas Matlab Akuisisi.docx

  • Uploaded by: Wanie Tathawookiepoenya
  • 0
  • 0
  • August 2019
  • 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 Tugas Matlab Akuisisi.docx as PDF for free.

More details

  • Words: 79
  • Pages: 2
Script

Program 1 %menghitung geophone respone %parameter-parameter d = 5 % jarak (m) N = 6 % jumlah geophone array (buah) k = linspace(0,0.2,500)%range geophone array x = (sin(3.14.*d.*k.*N))/N.*sin(3.14.*d.*k)%perhitungan atenuasi lobe points dB = 20*log(x)

plot (k,dB,'-b')%respone curve geophone %end

Program 2 %menghitung geophone respone %parameter-parameter d = 3 % jarak (m) N = 6 % jumlah geophone array (buah) k = linspace(0,0.2,500)%range geophone array x = (sin(3.14.*d.*k.*N))/N.*sin(3.14.*d.*k)%perhitungan atenuasi lobe points dB = 20*log(x)

plot (k,dB,'-b')%respone curve geophone %end

Related Documents

Tugas Matlab 14s16031 Ramos
October 2019 10
Matlab
July 2020 24
Matlab
May 2020 31
Matlab
April 2020 36
Matlab
May 2020 39

More Documents from "Gabriela Dinca"