• 통합검색(308)
  • 리포트(286)
  • 논문(18)
  • 자기소개서(3)
  • 시험자료(1)
판매자 표지는 다운로드시 포함되지 않습니다.

"matlab sampling" 검색결과 181-200 / 308건

  • matlab을 이용한 Poisson distribution출력
    ) Generate an exponential inter-arrival time (T) samples according to the MATLAB homework 2. ... Include the MATLAB source file as well as the figure in your report.• The Poisson process: In a c ... variance of are given by (2)• The exponential distribution: In the same call center, the inter-arrival
    리포트 | 10페이지 | 1,500원 | 등록일 2010.07.07
  • [신호및시스템] MATLAB을 이용한 DTFS 신호변환 텀프로젝트
    window using MATLAB. (M=50) P1-2) Evaluate Plot the magnitude spectrum of the rectangular hanning window ... in dB scale using MATLAB. (Use 400-point DTFS assuming M=50)ProblemsP1-3) Let where Evaluate Plot ... the magnitude spectrum of in dB scale using MATLAB. Does the choice of window affect whether you can
    리포트 | 15페이지 | 4,000원 | 등록일 2011.01.01
  • matlab을 이용한 스펙트럼 분석기 설계
    ,fs) % plot 함과 동시에 음성이 나오도록 함Ts=1/fs; % sampling 주기N=numb; % sampling 수NN=2^ceil(log2(N));SS=Ts*fft(s ... 에 대하여실수값, 정수값을 읽도록 지정한다.sampling 주기와 sampling 수를 지정하여 주고 fft(고속 퓨리에 변환)를 이용하여 퓨리에 변환을시킨다.마지막으로 주파수 ... < Matlab을 이용한 스펙트럼 분석기 설계 >1. Goal.⇒ danso, piano, pipe 세 가지 파일을 matlab을 이용하여 크기 및 스펙트럼을 분석한다.2. 소스
    리포트 | 4페이지 | 1,500원 | 등록일 2010.07.06
  • FIR filter by matlab
    and plot the frequency responses using MATLAB.What are the filter gains for the stopband at 2000 Hz ... responses using MATLAB.Label and print your graph. What are the filter gains for the stopband at ... using MATLAB.Label and print your graph. What are the filter gains for the stopband at 3000 Hz and
    리포트 | 12페이지 | 1,500원 | 등록일 2010.12.01
  • DSB-SC_DSB-LC_SSB_변,복조_시스템_MATLAB_코드및_분석포함
    modulation, demodulation**MATLAB 소스 코드clear all;close all;Fs=153600; % sampling rate:153600HzFc=6000 ... clear all;close all;Fs=153600; % sampling rate:153600HzFc=12000; % carier signal:f(dsb-lc):12000Hzt ... ; % carier signal:f(dsb-sc):6000Hzt=(0:600)/Fs; % computation timests=1/Fs;N=1:2048;F1=600; % message
    리포트 | 29페이지 | 1,500원 | 등록일 2011.12.18
  • 결과보고서-Exp 5. FIR and IIR Filter Design.hwp
    , impulse response and z-transform- Understand how the sampling rate affects the signal distortion ... ) filters using MATLAB- Design and implement FIR and IIR filters2. Problem statement1) Design and ... depending on sampling rate3. Pre-report- 실험의 기초지식과 예비문제들은 예비보고서에서 다루었으므로 생략하겠습니다.4. Experiment Result1
    리포트 | 17페이지 | 2,000원 | 등록일 2010.10.09
  • 신호처리 최종보고서00
    of samples*time domain *frequency domain5) Sampling...음성신호나 영상신호와 같은 아날로그 신호를 전송하는 경우 PCM을 사용 ... 으로 알아보면 다음과 같다.freq.max 는 신호의 주파수 성분중 가장 큰 주파수이며 sampling frequency 가 freq.max 의 2배이상이면 원래의 신호를 복원할 수 있 ... 다. 하지만 sampling.freq가 freq.max보다 작다면 aliasing 이 발생하게 된다. 여기서 freq.max를 Nyquist Frequency라고 한다.3. 중간
    리포트 | 7페이지 | 4,300원 | 등록일 2009.11.01
  • 매트랩(matlab)을 이용한 wave(audio) 파일의 합성과 분석 실험 [최종결과)
    ] = wavread('music_heechul.wav');% [music, SampleFrequency, bits] = wavread('music_sample2.wav');dt ... ] = wavread('sample2.wav');dt = 1/SampleFrequency;t = (0:length(voice)-1) * dt;sum=music+voice;% 오버플로우 ... ,'sum_sample.wav');Result Graph실험 결과 그래프(나현빈)실험 결과 그래프(김희철)실험 결과 그래프(샘플)설명문제에서 주어진 데로 각 파일을 읽어 들여 합쳤
    리포트 | 16페이지 | 1,500원 | 등록일 2006.09.14
  • BPSK를 이용한 변복조모델과 분석 (AWGN채널을 통한 잡음 추가)
    loopebn0=20; % if Eb/N0 increase, noise decreaseIPOINT=8; % Number of samples in one symbol% Filter ... (or MATLAB or C) Source Codes (if any (있을 경우))B. Design Work Sheets (if any)C. Others (if any)1 서론 ... ) ― Functional Block DiagramM-scriptSimulinkBaseband Signal GeneratingSampling of the signalLookup
    리포트 | 14페이지 | 2,000원 | 등록일 2012.02.10
  • 디지털 영상 보간법
    한 이미지 출력결과물원본이미지down sampling0차 홀드 보간법선형 보간법spline보간법3) 영상처리 관련 matlab codingcoding이미지girl = imread ... , 다항식 보간법, newton 보간법, spline 보간법, color 보간법 등.2) 다음 5개 그림을 표시 하는 matlab 코드 작성., , , , 코딩aa=imread('aa ... ; %p값을 크게 할수록 더 심하게 down sampling된다.wp=cc(1:p:end,1:p:end);dd=wp;show_img(wp); %p=3으로 down sampling
    리포트 | 4페이지 | 4,000원 | 등록일 2010.05.22
  • 확률과 랜덤변수 프로젝트1
    에서 최대의 PMF 값이 나옴을 알 수 있다. 결국(b)번은 Gaussian의 PDF 이다. 결국 n이 충분히 클 때 PMF(a번그림)는 PDF(b번그림)를 sampling 했 ... 된다고 말씀을 드렸었습니다. 하지만 Matlab에서 command window 에 ‘help binomial’ 이라고 입력해보니 search the documentation 이
    리포트 | 5페이지 | 1,000원 | 등록일 2010.12.20
  • DSP 디지털 신호처리 FFT
    Homework (Matlab#3) Due day : Dec. 10In Matlab command, load the data file KTXSignal`. Check the ... data variable. The sampling rate of the signal is 100 samples/sec.>> load KTXSignal1. Perform DFT for ... the KTXSignal using `FFT`. Plot the spectrum magnitude for KTXSignal. Since the DFT is discrete
    리포트 | 4페이지 | 2,500원 | 등록일 2009.06.21
  • Design Project (Basic Communication theorem)
    .246(R14) Service Pack 3)2.Name3.Purpose- Be able to solve sampling problems by using MATLAB. ... MATLAB- Sampling in time domain- Decimation(=Down-sampling) in time domain- Multiplication in ... - Understand sampling, decimation, up-sampling, interpolation with LPF.4. Topic:- Applying DT-FT/DT-IFT with
    리포트 | 18페이지 | 2,000원 | 등록일 2010.10.15
  • [매틀랩 코딩 (matlab coding)]- 삼각함수파(코사인;cosine), 임펄스(충격파;impulse), 사각파(square)에 대한 신호발생, FIR 필터링, FFT 주파수 변환, 노이즈 생성 및 비교, 변복조 (BPSK, QPSK), rand, randint,
    Matlab을 이용하여 다음의 신호를 plot 하라. (단, 1sec 구간 동안의 신호를 표현하는데 sample 개수를 64개로 설정.)임펄스 형태 신호Cosine 파 신호사각파 ... 1. 실험제목: [매틀랩 코딩 (matlab coding)]- 삼각함수파(코사인;cosine), 임펄스(충격파;impulse), 사각파(square)에 대한 신호발생, FIR ... 신호 (+1, -1)토론: 각각의 함수를 sample 개수를 64개로 하여 나타내었다. 자세한 내용은 아래의 sampling 횟수를 변경함으로써 나타나는 양상으로 설명한다.1번
    리포트 | 47페이지 | 2,000원 | 등록일 2007.04.12
  • 16qam&16psk ber
    = 10000; % sample symbol의 개수 10-6까지의 BER을 구하기 위해 bits per symbol /106M = 16; % symbol의 표현가능 개수k = log2 ... Project :MATLAB을 이용하여 16-PSK와 16-QAM의 Decision Boundary를 고려한 랜덤신호 을 만들고 Eb/N0에 따른 BER을 각각 시뮬레이션 한 후 ... 에 대한 복조는 동기 검파 이용- 심볼에러 우수 : PSK는 일정한 포락선(진폭)을 갖는 파형이기 때문에 전송로 등에 의한 레벨 변동의 영향을 적게 받기 때문에 S/N비가 비동기
    리포트 | 14페이지 | 3,000원 | 등록일 2012.06.22
  • DSP 설계프로젝트 입니다. matlab으로 구현
    서 하면 됨. 예로, Sampling_Rate=100 이면 1초에 100개의 sample point들을 발생 시킨다. Matlab 함수 사용법>> [s,t ... 을 측정하시오. 그리고 측정된 SNR의 근거를 제시하시오. 여기서 fs는 sampling 주파수 이다. ... 습니다.==================================================프로젝트 과제다음의 쪽의 Matlab 함수는 noise가 포함된 실제 측정된 전차선 제동 신호를 모델링한 것이다. (matlab과제에서 제시한 "KTXSignalwithNoise
    리포트 | 7페이지 | 2,000원 | 등록일 2009.05.04
  • matlab 으로 신호 받아서 퓨리에 변환함.
    .=======================================1. Spectrum of a signal is as follows; (a) Determine from its spectrum. (b) Write a matlab ... following;function [xn,t]=DiscreteSignal(Ts,TimeRange);% Ts: sampling time interval% TimeRange ... : Observation time% xn : discrete signal xn=x(n*Ts)% t : sampling points at time index, that is, "t=0:Ts
    리포트 | 6페이지 | 1,000원 | 등록일 2009.05.04
  • Robust Estimation of Epipolar Geometry
    적으로 좋은 성능을 나타내는 것을 알 수 있다. 실험 결과를 살펴보면, data normalizatioin을 하지 않은 쪽은 8개의 sample을 잡았을 때, error가 아주 작 ... 았고, data normalization을 한 쪽은 16개의 sample을 잡았을 때, 아주 작은 error값이 나타났다. 이는 random하게 sample을 택했기 때문에 발생 ... Robot Vision Project Assignment #2(Robust Estimation of Epipolar Geometry)P1. Finding Candidate
    리포트 | 24페이지 | 1,000원 | 등록일 2011.12.08
  • matlab을 이용한 정현파 주파수 추정기 설계
    , amplitude, and phase of an unknown sinusoid.2. Spec definition* fs : sampling interval* Ts : sampling ... frequency* numb: number of signal value* Cn : complex exponential sampling signal* s(n): value of ... -byte integerTs=1/fs; %sampling intervalN=(numb-1);tt=(t(2)-t(1));for k=1:1:N/2for n=1:1:numbCn(n
    리포트 | 4페이지 | 1,500원 | 등록일 2010.07.06
  • pcm 레포트 및 보고서
    .Matlab simulation.기본적으로 2*sine signal에서 1000개의 데이터를 추출 하여(즉 1000도까지 약 2.7주기), 각 sampling frame 값을 1개 ... _S[DN]; //sampling double data_DS[DN]; //decoding samplingint ... (1000개를 그대로 사용),5개, 10개, 20개,30개,50개 순으로 변화를 준 matlab을 통해 결과를 simulation 해 보았다.
    리포트 | 10페이지 | 1,500원 | 등록일 2009.03.14
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2025년 08월 14일 목요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
12:31 오후
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 캐시를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감