• 파일시티 이벤트
  • 유니스터디 이벤트
  • LF몰 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트
  • 통합검색(206)
  • 리포트(193)
  • 시험자료(6)
  • 논문(5)
  • 서식(1)
  • 자기소개서(1)

"Grid number" 검색결과 101-120 / 206건

  • 2x2 Alamouti matlab source 레포트
    Codingfigure(1);semilogy(SNR_dB,Error_Rate,'b+');xlabel('SNR(dB)');ylabel('SER(Symbol Error Rate)');grid ... Multiplexing)figure(2)semilogy(SNR_dB,Error_Rate,'rX');xlabel('SNR(dB)');ylabel('SER(Symbol Error Rate)');grid ... /h;Rx_signal = qamdemod(z,QAM_Order);% Compute number of symbol errors and symbol error rate[Num_Error
    리포트 | 7페이지 | 3,000원 | 등록일 2010.06.03
  • [MATLAB]매트랩을 이용하여 QPSK와 pi-QPSK 성능 비교.
    run this code,% please change # of bits (N=10^5, default N=10^6)clear all, close all, clcN = 10^6; % number ... to binarynum_of_error_qpsk(index) = length(find([tx_binary-received_signal_binary]));% couting the number ... to binarynum_of_error_dqpsk(index) = length(find([tx_binary-received_signal_binary]));% couting the number
    리포트 | 12페이지 | 10,000원 | 등록일 2009.06.15 | 수정일 2024.04.04
  • 밸브 열림도에 따른 용량 계수 측정
    MARITIME UNIVERSITY FLOW INFORMATICS LAB 직경 = 50 mm 두께 = 5 mm 45°Numerical Method ICEM CFD Table. 1 Number ... of node Tetra-prism (Node) Valve 6,324 Pipe 384,377 total 390,701 Grid Generation KOREA MARITIME UNIVERSITY
    리포트 | 14페이지 | 3,500원 | 등록일 2011.12.08
  • 도쿄내셔널뮤지움
    Taniguchi is best known for designing a number of Japanese museums, including the Nagano Prefectural ... fire door Interior Finishes Acoustical ceilings: painted acoustical tile on gypsum board Suspension grid
    리포트 | 9페이지 | 2,000원 | 등록일 2012.04.12
  • 수치해석 - 매틀랩(MATLAB)을 이용한 2차방정식 근 구하기, 그래프 그리기
    .^2)+(b*x)+c;plot(x,y,'b','LineWidth',2);axis([-10,10,-10,10]);grid onxlabel('Axis X')ylabel('Axis Y식 ... & 2차방정식의 해를 구하는 프로그램% 함수형태 : function [x]=answer(a,b,c)% 입력 인자 : a,b,c (real number)% 출력 인자 : x (vector ... endend% 2차방정식의 그래프y=-10:0.01:10;z=(a*y.^2)+(b*y)+c;plot(y,z,'b','LineWidth',2);axis([-10,10,-10,10]);grid
    리포트 | 7페이지 | 1,500원 | 등록일 2009.01.14
  • matlab을 이용한 정현파 주파수 추정기 설계
    sinusoidal wave functionplot(x),axis([0 300 -(A+2) (A+2)]) % function of x ,axis[x_min x_max y_min y_max]grid ... Spec definition* fs : sampling interval* Ts : sampling frequency* numb: number of signal value* Cn : ... sampling signal* s(n): value of unknown signal* X(n): correlation* max_value: max_value of X* index: number
    리포트 | 4페이지 | 1,500원 | 등록일 2010.07.06
  • IDL을 이용하여 그림을 그리는 소스입니다.
    0loadct, 39file = dir+ '29027_prof.nc'NCDF_CAT, fileid = NCDF_OPEN(file)NCDF_VARGET, id, 'PLATFORM_NUMBER ... ', lat0NCDF_VARGET, id1, 'NbLongitudes', lon0NCDF_VARGET, id1, 'Grid_0001', sshNCDF_CLOSE, id1indx1 = ... _0001', uNCDF_VARGET, id, 'Grid_0002', vNCDF_CLOSE, idid1 = NCDF_OPEN(file1)NCDF_VARGET, id1, 'NbLatitudes
    리포트 | 38페이지 | 1,500원 | 등록일 2010.10.26
  • wimax 물리계층(physical _badtags) 요약 자료
    1 001 110 11 0 0 1 0 111 111 1 00 1 0 1 1 0 Channel original data 3 timetiple of R - Downlink : the number ... Slot is the basic unit of allocation in the time-frequency grid.Subcarrier Allocation 23OFDMA Frame Structure
    리포트 | 30페이지 | 2,000원 | 등록일 2012.11.07
  • 녹색물류 - 운송수단
    locomotive Reduce externalities Large-scale initiatives to reduce externalities along increasing the number ... Warming ↓ By stopping the ship’s diesel-powered auxiliary engine ( called Hotelling ) L ocal electricity grid
    리포트 | 20페이지 | 5,000원 | 등록일 2012.04.26
  • 리더십사례와 리더들의 행동분석[영문레포트]
    Work-related attitudes(job satisfaction and organizational commitment) can suffer Generally have large numbers ... ClassDetermine the leader's position along the grid Training to improve production (planning skills) ... know what they are expected to do.Initiating StructureH,LH,HL,HL,LConsiderationBehavioral Leadership Grid
    리포트 | 16페이지 | 3,500원 | 등록일 2010.08.07
  • MATLAB m-file을 이용한 AWGN 생성 및 분석
    MATLAB 소스코드clearclc% 신호 생성 및 생성된 신호 그래프fa=3*10^3;fb=5*10^3;N = 10240; % Number of Samplet=1/N*[0:N-1] ... 가우시안 랜덤 노이즈 생성Noise_mean(i)=mean(Noise);k = st+ Noise; % k는 원신호와 Noise의 합figure(1+i);plot(t,st,t,k);grid ... 입력신호의 표준편차st_variance=(st_std)^2; % 입력신호의 분산st_power=mean(abs(st).^2); % 입력신호의 파워figure(1);plot(t,st);grid
    리포트 | 6페이지 | 2,000원 | 등록일 2010.06.03
  • 속도실험보고서
    그리고, Reynolds Number의 의미를 파악, 실제 유동에서의 흐름을 파악할 수 있도록 한다. ... - 각 지점에서의 vorticity를 구하기 위해서는, 즉,을 구하기 위해 다음과 같은 방법으로 Differential Operator를 적용하였다.- x, y 좌표는 14×14 Grid로 ... 주위의 후류 영역의 속도 벡터에 대해 출력을 하지 못하여 관찰할 수 없었다.- 이러한 현상이 나타난 원인이 데이터의 양이 부족한 것이라는 생각으로 Interpolation에 의해 Grid
    리포트 | 19페이지 | 1,500원 | 등록일 2009.06.13
  • ISCST3을 이용한 대기 모델링
    된다는 의미)Tip 2: 4∼6번 ⇒ ·3 : release height above ground in meters(배출원 높이 ; 백호우 버캣의 높이를 고려하여 3m 적용)·13 : number ... 아스키그리드로 변형○ Grid → Convert → airbase.grd파일 열기 → 저장-파일이름 : airbase-1.grd, 파일형식 : GS ASCII(*grd) 로 저장{ ... 생성○ sufer 실행 → Grid → DATA → airbase.xyz 불러오기(file 형식 : All Files) → OK{→{○ X, Y 좌표의 Minimum, Maximun
    리포트 | 14페이지 | 5,000원 | 등록일 2009.08.24
  • 클라우드 컴퓨팅 조사 레포트.
    the complexity of security is greatly increased when data is distributed over a wider area and / or number ... application that distinguishes between service providers (servers) and service requesters (clients)[16]3.Grid ... performance bottlenecks for a large class of applications is data parallel programming on a distributed data grid.Security
    리포트 | 22페이지 | 1,000원 | 등록일 2010.12.02
  • pspice 의 사용법에 대한 예비보고서
    Spacing- Grid Size : 격자간격을 인치(inch)로 설정◐ Text Grid- Stay on Grid : 사용자가 입력한 문자를 격자선 위에 위치- Grid Size ... 필요한 정보 입력- Enable Fourier : Fourier Analysis data를 out file에 프린트하도록 함.- Center Frequency : 기본 주파수 입력- Number ... .◐ Options- Grid on : 화면에 격자점 표시- Snap to Grid : 모든 선과 소자를 선택하여 화면상에 위치할 때 가장 가까운 격자 선으로 스냅- Orthogonal
    리포트 | 16페이지 | 1,000원 | 등록일 2009.04.15
  • 제너레이트 메트릭스를 이용한 Liear Block coding
    uncber, '-ro', EbNodB, codedber,'--xb', 'MarkerSize', 5);legend('Uncoded', 'Coded');hold on;box on;grid ... %clear all;%% Parameter settingL=1000000; % Number of iterationsG=[1 1 1 1 0 0 0; 1 0 1 0 1 0 0 ; 0 1 ... %clear all;%% Parameter settingL=32; % Number of iterationsG=[1 1 0 0 1 0 0 0 0 0 0 0 0 0 0; 0 1 cber
    리포트 | 11페이지 | 2,500원 | 등록일 2010.10.25
  • 독서 감상문 : Code Green (코드 그린)
    Number: 201124001Thanks to Prof. ... In this book, they use electricity when its usage and price are the lowe If the Smart Grid system is
    리포트 | 2페이지 | 2,000원 | 등록일 2012.01.04
  • Green IT Project
    virtualization consolidation , reuse of waste heat, and more…Other Green Technology 18 Cloud Computing Smart Grid ... 14Virtualization Virtualization helps a company / enterprise lower power and cooling consumption, by reducing the number
    리포트 | 28페이지 | 2,500원 | 등록일 2011.09.29
  • HEC-HMS 매개변수의 선택
    Meteorologic Model가)User-Specified Hyetograph나)User-Specified Gage Weights다)Inverse-Distance Weighting라)Gridded ... Baseflow0 ㎥/s100000 ㎥/sRecession Factor0.000011Flow To Peak Ratio01Muskingum K0.1 hr150 hrMuskingum x00.6Number ... 경계값최대 경계값Initial Loss0 ㎜500 ㎜Constant Loss Rate0 ㎜/hr300 ㎜/hrSCS Initial Abstraction0 ㎜500 ㎜SCS Curve Number1100Moisture
    리포트 | 8페이지 | 3,500원 | 등록일 2011.06.17
  • 전산열유체공학[CFD] 과제
    Grid Generation격자 위치격자 개수Up_Wall250Down_Wall250Inlet10Outlet16Figure 2. 격자 생성3. ... required to obtain a Reynolds number of 200 can be calculated as:U===4.3275m/sFigure 1. ... 각각의 경우의 입구 속도는 Reynolds No의 정의에 의해 결정된다.LaminarReynolds number Re=Density=1.15kg/Kinematic viscosity=
    리포트 | 9페이지 | 2,000원 | 등록일 2010.03.19
AI 챗봇
2024년 09월 02일 월요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
10:04 오후
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
9월 1일에 베타기간 중 사용 가능한 무료 코인 10개를 지급해 드립니다. 지금 바로 체험해 보세요.
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감
방송통신대학 관련 적절한 예)
- 국내의 사물인터넷 상용화 사례를 찾아보고, 앞으로 기업에 사물인터넷이 어떤 영향을 미칠지 기술하시오
5글자 이하 주제 부적절한 예)
- 정형외과, 아동학대