• LF몰 이벤트
  • 파일시티 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트
  • 통합검색(172)
  • 리포트(148)
  • 논문(21)
  • 시험자료(3)

"Gaussian function" 검색결과 101-120 / 172건

  • 워드파일 Find the linear least-squares approximation to the data
    , size_function) gaussian_elimination(output_matrix) linear a0 = 0.251165 a1 = -0.007587 Error = 8.9* ... ,data_x,data_y,1) gaussian_elimination(output_matrix) a0 = 0.280000 a1 = -3.316364 답 : y = 0.28X – 3.316364 ... 10] Y = [-3.3 -7.1 -9.8 -12.3 -14.0 -21.4 -21.3 -28.6 -29.0 -32.8] #Coding by Ruby require "CSV" def gaussian_elimination
    리포트 | 8페이지 | 1,000원 | 등록일 2009.11.20
  • 한글파일 확률 및 랜덤변수 MATLAB
    Gaussian PDF 4. ... below is a probability density function. 3. ... A random variable is not a variable but rather a function that maps events to numbers.
    리포트 | 13페이지 | 1,500원 | 등록일 2009.06.25
  • 한글파일 8. Determinent of a matrix
    Flowchart ① Describe what is the problem. ... matdata.txt","rt"))) { fprintf(stderr, "matdata.txt does not exist\n"); exit(1); } printf("i//perform Gaussian ... elimination printf("after forward elimination : \n"); printMat(a, MATSIZ, MATSIZ+1); printf("\n"); //perform Gaussian
    리포트 | 11페이지 | 3,000원 | 등록일 2011.06.24
  • 워드파일 MATLAB GUI Simulator 구현
    noise_power=signal_power/snr_lin; noise_std=sqrt(noise_power); noise=noise_std*randn(1,Fs); % Whitd Gaussian ... 기본적으로 작성되어있는 코드에서 function pushbutton1_Callback 함수 아래에 메인코드를 작성하면 된다. ... 첨부된 코드는 FFT_GUI.m 파일의 실행버튼 (function pushbutton1_Callback) 코드 아래에 작성되면 된다. % --- Executes on button press
    리포트 | 9페이지 | 1,500원 | 등록일 2012.03.14
  • 한글파일 확률 및 랜덤 프로세스 프로젝트(Generation of Signal with Noise and Characterization by Correlation)
    평균을 1.2 분산을 2.0으로 하여 Gaussian random noise를 만들었다. ... S1(t)와 Gaussian random noise N(t)를 합친 결과 이다. S1(t)가 원래 주기적인 신호였는데 noise가 첨가되어 주기성이 없어졌다. ... (5) X1(t)의 autocorrelation을 구하시오 (plotting). x1_auto=conv(x1, fliplr(x1)); % using the convolution function
    리포트 | 10페이지 | 2,500원 | 등록일 2010.10.15
  • 워드파일 영상처리에 대한 기본적인 개념 및 질문과 답2
    Convolution 방법 →위 그림은 pixel의 intensity 정보 I 와 Kernel K의 Convolution 계산 식이다. 2) Sobel Filter → image intensity function의 ... 대표적인 형태로 최소평균 오차필터(MMSE)가 있으며 이것은 Gaussian, 균일 잡음의 제거에 적합하다. Spatial filters 의 한 종류이다. ... →평균필터(Mean Filter): 이웃화소 시스템 내의 화소값의 평균값을 선택하여 잡음을 제거 (Gaussian 잡음, 균일잡음 제거에 유리), 단점은 영상에서의 자세한 부분, 즉
    리포트 | 5페이지 | 5,000원 | 등록일 2010.05.28
  • 한글파일 MATLAB을 이용한 신호발생, 주파수변환, 노이즈방생
    (AWGN-Additive White Gaussian Noise -열잡음을 말하며 일반적으로 발생되는 잡음을 뜻함.) 1) 벡색잡음(white Noise)는 모든 주파수에 걸쳐서 전력 ... Probability Density Function -using rand function- Figure 35. ... Histogram rand function.(sampling 103,104,105) Figure 32. Histogram randn function.
    리포트 | 41페이지 | 2,500원 | 등록일 2011.05.08
  • 한글파일 핵계측 전자회로
    (단, RC = 47 μsec 가정) 1) RC 회로 Transfer function graph of RC circuit 2)CR 회로 Transfer function graph of ... CR 회로 응용 : Pole-Zero cancellation 회로 동작 특성 Pole-Zero adjust (cancellation)) CR-RC 회로는 완전한 계단 차의 경우 Gaussian ... 인 경우에 대해 (1),(2) 방정식의 해를 구하고, 로 정의되는 transfer function 을 그래프로 나타내어라.
    리포트 | 8페이지 | 1,000원 | 등록일 2010.11.19
  • 한글파일 NaI(T1)검출기를 이용한 γ-선 검출
    그 확률은 response function 혹은 energy resolution function R(E,E')으로 주어지며 R(E,E')dE = E'의 에너지로 방출된 입자들이 에너지 ... The peak shape is usually a Gaussian distribution. ... The most common figure used to express detector resolution is full wi따라 단일 에너지 소스는 gaussian 형태 혹은 더욱
    리포트 | 9페이지 | 1,000원 | 등록일 2010.11.19
  • 워드파일 가우시안 필터를 이용한 영상처리(C언어)
    ◈Window 예외 처리의 원리 [Window 함수 Version-1] [Window 함수 Version-2] ●Function Process 2. ... Project 1 Gaussian Filter 제출일 : 2010.9.16. 담당교수 정용진 교수님 학 번 2006709229 학 과 전자통신공학과 이 름 지민근 1. ... 우선 Gaussian Filter를 Coding 하기 전에 이 그림이 숫자로 바뀌는 것을 보아야 한다. 그래야 배열과 함께 머리에 그릴 수 있다. 이렇게 변환 할 수 있다.
    리포트 | 20페이지 | 1,000원 | 등록일 2010.09.18
  • 한글파일 확랜 HW1
    이 결과를 Gaussian approximation과 비교하면, 이는 N이 100일 때의 모양에 더 가깝있다. ... Use rand() function to generate random numbers uniformly distributed on [0 1]. ? ... (d). ▶ 문제 1은 실제로 동전 던지기를 시행한 결과이고 문제 2는 binomial random variable X의 PMF function을 찾은 결과이다.
    리포트 | 8페이지 | 2,000원 | 등록일 2012.04.03
  • 한글파일 디지털통신) AWGN채널에서의 통신, 균일분포, 가우시안분포, 중심극한정리를 매트랩으로 시뮬레이션
    디지털통신 ] #1 Matlab HW 1.Uniform distribution을 갖는 random variable 100개 발생 -“unifab.m” Code (uniform rv생성) function ... distribution을 갖는 random variable 100개 발생 -Gaussian distribution : Code clear; N=100; m=0; sigma2=1; ... %초기화 후 상수지정(N=sample갯수, m=평균, sigma2=분산) X=sqrt(sigma2)*randn(1,N)+m; %gaussian random variable 정의(상수는
    리포트 | 6페이지 | 1,500원 | 등록일 2009.01.02
  • 한글파일 matlab을 이용한 CDF함수출력
    (a) Generate 1,000 samples whose PDF is normal (Gaussian) distribution N (10 25) using the MATLAB function ... Description of rand function ( Source of description : Matlab Help) :Uniformly distributed pseudorandom ... Description of hisfit function ( Source of description : Matlab Help) : Histogram with superimposed normal
    리포트 | 7페이지 | 1,500원 | 등록일 2010.07.07
  • 한글파일 [알고리즘][유전자알고리즘][뼈나이측정알고리즘][동기알고리즘][에지디텍션알고리즘]알고리즘의 자료구조, 알고리즘의 성능, 유전자알고리즘, 뼈나이측정알고리즘, 동기알고리즘, 에지디텍션알고리즘에 관한 분석
    제약조건처리방법 1) 벌점함수(Penalty Function) 2) 복구알고리즘(Repair Algorithm) 3) GENOCOP 시스템(Genetic Algorithm for Numerical ... 이 알고리즘은 먼저 Laplacian of Gaussian 의 2-D sampling을 만들고 입력 image와 convolution시킨다. ... G(i,j)= I(n,m)G(i-n,j-m) image와 convolution되는 함수 G는 다음과 같이 주어지는 2-D Gaussian이다.
    리포트 | 15페이지 | 6,500원 | 등록일 2009.04.13
  • 한글파일 Matlab 과제 2
    ; noise_power = [0.01 0.1 0.5 1]; % Noise signal power noise = randn(size(b_lpf)); % Generate White Gaussian ... on grid on end title('Eye Diagram'); xlabel('time'); axis([0 max(t(1:2*x)) -2 2]); end function ... of transform M=fft(m,n); %n-point FFT of m m=[m,zeros(1,n-n2)]; %output m - zero padded function
    리포트 | 7페이지 | 1,500원 | 등록일 2012.01.07 | 수정일 2014.10.22
  • 한글파일 MATLAB를 이용한 BPSK 시스템의 성능분석 시뮬레이터 설계
    서론 본 논문의 목적은 디지털통신에 배웠던 기저대역 등가 모형을 이용하여 BPSK 통신 시스템을 MATLAB 소프트웨어를 이용하여 설계하고, AWGN(Additive White Gaussian ... Graphical representation을 통해서 알 수 있듯이, 한 개의 basis function에서 오류율을 최소화하는 표현법은 두 벡터 지점이 완전히 대칭이어야 하고, 이는
    리포트 | 15페이지 | 2,000원 | 등록일 2012.11.19
  • 한글파일 BPSK simulation 레포트
    아래의 그래프는 각각 simulation을 통해 얻은 결과와 Q-function을 이용한 이론적 데이터의 결과 그래프이다. ... Matlab에서는 Q-function 자체를 구현하고 있지 않기에 erfc라는 함수를 가지고 그래프를 그릴 수 있었다. 두 함수는 아래와 같은 관계를 갖는다. ... Source code BPSK.C #include #include #include #include "gaussian.h" #define
    리포트 | 5페이지 | 1,500원 | 등록일 2009.09.01
  • 파워포인트파일 [프리젠테이션]Wireless 에 대한 프리젠테이션 (ppt)
    symbol time Time-spreading viewed in the frequency domain |R( Δ f)| : Spaced-frequency correlation function ... SNR = 0dB Error : 19 SNR = 5dB Error : 16 SNR = 20dB Error : 6 Gaussian 9 Gaussian : 1 Gaussian : 0 Flat ... t) : additive white Gaussian channel SNR = 0dB SNR = 5dB Gaussian noise channel(cont.el(cont.)
    리포트 | 49페이지 | 2,000원 | 등록일 2008.08.20
  • 워드파일 Robust Estimation of Epipolar Geometry
    표준 편차 값이 인 Gaussian smoothing kernel을 이용하여 샘플들의 평균인 의 값을 구한다. ... the linear triangulation algorithm with the SVD method and display the result(you may use a Matlab function
    리포트 | 24페이지 | 1,000원 | 등록일 2011.12.08
  • 한글파일 입문설계 최종 보고서
    Kalman Filtering - 위치 추적에 적합한 Kalman Filter를 이용, 선형적인 시스템에 대하여 White Gaussian Noise를 제거하고 더 정확한 위치를 표시해준다 ... 직교표 가.r of sampled data function z= zerobias(N) a = 1:N; % 변수의 길이 a = 10*rand(1,N) % 가속도의 값 -10~10(단위 ... 나.2.3 Matlab Source code % Zero bias compensation % Usage Function z= zerobias(N) % N is the number of
    리포트 | 23페이지 | 3,000원 | 등록일 2010.10.12
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업