반응형

개발자/Java 3

FFT(Fast Fourier Transform) 및 IFFT(Inverse Fast Fourier Transform)를 수행하는 클래스

FFT(Fast Fourier Transform) 및 IFFT(Inverse Fast Fourier Transform)를 수행하는 클래스 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // This file is part of MatSeis 1.8 // Copyright (c) 2003 Sandia National Laboratories. All rights reserved. // // John Merchant, bjmerch@sandia.gov //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ package spis.app.anp.com..

개발자/Java 2013.04.02

배열로부터 평균, 중간, 최소, 최대, 편차, 표준편차값 등을 계산하는 클래스

예전 신호처리 관련 개발할때 어디서 가져온 코드. 주어진 배열로부터 평균, 중간, 최소, 최대, 편차, 표준편차값 등을 계산하는 클래스 ArraySummary.java 참고하세요~ //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // This file is part of dLife // Copyright (c) 2010 Grant Braught. All rights reserved. // // dLife is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as publishe..

개발자/Java 2013.03.26
반응형