• 파일시티 이벤트
  • LF몰 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트
  • 통합검색(175)
  • 리포트(161)
  • 논문(10)
  • 시험자료(2)
  • 자기소개서(1)
  • 방송통신대(1)

"stem length" 검색결과 81-100 / 175건

  • 디지털 신호처리 - (MATLAB) Write note system
    (3) ‘산토끼’의 stem[그림 4] Basic_note(기본음계)의 stem%%%%% 도레미파솔라시도 12음계의 재설정 %%%%%LO_s=[];for kk=1:length(LO) ... kk=1:Lxa[peak,loc]=pkpick(Xa(:,kk),12,2);PP=[PP,peak];LO=[LO,loc];endfigure(3);stem(LO)[그림 3] figure ... ^(notes(i)/12)); % 각 음의 주파수를 나타냄tone=sin(2*pi*freq*tt);Ltone=length(tone);k2=k1+(Ltone-1);tail=round(
    리포트 | 6페이지 | 2,000원 | 등록일 2011.05.17 | 수정일 2017.12.19
  • 영문 자소서, 경력, 연구개발
    I was in University, I studied about Random Telegraph Signal Noise for NOR Flash Memory as gate length ... TFR Etch, Clean etc)Inline Inspection (CD, Thickness, Profile, 4 Point Probe RS etc)TFR Evaluation (TEM ... Magnachip/Product Development/Engineer[Job description]• Failure Analysis (PCM Data, Electrical Test, SEM, TEM
    리포트 | 4페이지 | 2,500원 | 등록일 2013.01.31
  • 매틀랩-삼각함수, 임펄스, 사각파 신호발생, FIR 필터링, FFT 주파수 변환, 노이즈 생성 및 비교
    Hint: zeros, stem 이용1) 임펄스 형태 신호가. coding :t=0:1/64:5; % 0~5초까지 64개의 샘플설정y=zeros(length(t)); % zeros함수를 ... (t,y) % stem으로 샘플마다 지닌 값을 plot나. ... 설정y(97)=1; % 1.5초의 자리인 97번을 1로 설정y(225)=1; % 3.5초의 자리인 225번을 1로 설정y(273)=1; % 4.25초의 자리인 273번을 1로 설정stem
    리포트 | 18페이지 | 1,000원 | 등록일 2011.06.09
  • matlab 이산신호 표현
    The MATLAB function ‘conv’ computes the convolution sumassuming thatandare finite-length sequences. ... (a) Consider the finite-length signalAnalytically determine(b) Compute the nonzero samples ofusing 'conv ... pi/3)*j;x=exp(complex*n);A=real(x);subplot(221);stem(n,A);trid on;D=angle(x);subplot(224);stem(n,D);title
    리포트 | 17페이지 | 2,500원 | 등록일 2011.06.25
  • 효율적인 양자화기(Quantizer) 설계 및 Matrab을 이용한 시물레이션
    (err_floor.^2)/length(L)mse_fix = sum(err_fix.^2)/length(L)mse_round = sum(err_round.^2)/length(L)mse_ceil ... = sum(err_ceil.^2)/length(L)SQNR_floor = abs(real(20*log10(x. ... 소스코드는 다음과 같다.(1) 소스코드clear allL = 100; %sample length%x_index = [1/L : 1/L : 1]; %for sin wavex = randn
    리포트 | 8페이지 | 2,000원 | 등록일 2010.12.10
  • MatLap을 이용한 FFT와 zeropadding
    (3,1,1)stem(b1,abs(a1)),axis([-10 10 0 1.2])title('N = 128', 'FontWeight','Bold')gridsubplot(3,1,2)stem ... (b2,abs(a2)),axis([-10 10 0 1.2])title('N = 256', 'FontWeight','Bold')gridsubplot(3,1,3)stem(b3,abs(a3 ... Fs = 100;Ts = 1/Fs;t = 0:Ts:1-Ts;n = length(t);y = 2*sin(2*pi*fo*t);fftMultiPlot = figure;set(fftMultiPlot
    리포트 | 7페이지 | 3,000원 | 등록일 2010.12.16
  • essentials of communication systems engineering (page 167쪽 문제 3.4 풀이와 매틀랩)
    onstem(t,ut,'r'); % ploting the sampled DSB-AM signal using stem version▶ 어느 임의의 부분을 확대 하여서 보았다. stem ... *ct; % sampled DSB-AM signalstem(t,mt,'b'); % ploting the sampled message signal using stem versionhold ... 그리고 위의 coding에서 impulse response와 mixer를 통과한 신호는 t의 length와 맞지 않기 때문에 mt1r의 length와 t의 length를 맞추는 새로운
    리포트 | 6페이지 | 4,900원 | 등록일 2010.10.15
  • Fir Filter
    stem(B)subplot(3,1,3)stem(n,y) %output plot generationylabel('output values')xlabel('sample number')3 ... = filter(B,1,PaddedX); %performs the convolution%Simulation outputsubplot(3,1,1)stem(x)subplot(3,1,2) ... (B)-1)]; %zero pad x to flush filtern = 0:(length(x) + length(B)-2); %plotting index for the outputy
    리포트 | 2페이지 | 2,000원 | 등록일 2010.05.22
  • Matlab을 이용한 왕관(crown) 형성과 회전
    .- PLOT3(x,y,z), where x, y and z are three vectors of the same length,plots a line in 3-space through ... ·stem3- 3-D stem plot.- STEM3(X,Y,Z) plots the surface Z at the values specified in X and Y. ... pi/4);stem3(x1,y1,z1,'^');matrix=[cos(pi/4) sin(pi/4) 0 ; -sin(pi/4) cos(pi/4) 0 ; 0 0 1];origin = [x1
    리포트 | 4페이지 | 2,000원 | 등록일 2011.06.26
  • DTMF
    (:)'/max(abs(sigxx)); %정규화sigxx2 = filter(bb,1,abs(sigxx1)); % filterfigure(3)plot(sigxx2)figure(4)stem ... sigxx(:)'/max(abs(sigxx)); %정규화sigxx2 = filter(bb,1,abs(sigxx1)); % filterfigure(3)stem(sigxx2) % 저역통과필터 ... >setpoint);figure(5)stem(sigxx3) % 1인지점이 신호가 시작되는 지점 -1인 지점이 끝나는 지점.jkl = find(sigxx3 ~=0)'; % 0이 아닌
    리포트 | 6페이지 | 5,000원 | 등록일 2010.05.14
  • 소아암환자의 항암치료중 영양불량 및 비만의 원인과 cancer survivor 의 diet
    tumors-Post-stem cell transplantation- Central nervous system tumorsCraniopharyngiomaMedulloblastomaAstrocytoma ... committee: BMI, weight for length or height (WT/LT), %IBW for height or length (%IBW)를 토대로 영양상태 평가와 ... stage Ewing sarcoma-Multiple relapsed and some high risk -leukemias-Head and nectk tumors-Dincephalic
    리포트 | 5페이지 | 1,500원 | 등록일 2013.05.08
  • matlab을 이용한 정현파신호의 표본화(sampling)
    나타냄title('Filled stem')hold off;axis(r)subplot(313) % 세번째 그래프stem(t, x0); % x0 그래프를 t간격으로 표본화hold on ... (312) % 두번째 그래프stem(t, x0, 'fill'); % 위에서 정해놓은 t간격으로 x0그래프 표본화hold on;plot(t, x0, ':') % 점선을 사용하여 plot을 ... 1/20을 대입t = -1:n*Ts:1; % -1부터 1을 n*Ts 만큼으로 나눔x0 = cos(2*pi*t); % 주어진 식을 써줌y=0*ones(length(t),1); % 비교를
    리포트 | 2페이지 | 1,500원 | 등록일 2010.07.06
  • 대장균RNA추출
    E.coli 23S이들 RNA분자의 base들 약 70%가 서로 결합하여 stem-loop 구조를 형성한다.rRNA유전자는 세균들을 종 수준으로 구분할 수 있는 정보를 담고 있는 영역이며 ... 이외에도 restriction fragment length polymorphism (RFLP), denaturing gradient gel electrophoresis(DGGE), ... 이렇게 분리된 subunit들은 더 작은 small subunit으로 나뉘어진다.30S subunit = 1개의 16S rRNA 분자 + 21개의 다른 단백질(small subunit
    리포트 | 6페이지 | 1,000원 | 등록일 2014.03.12
  • 매트랩으로 구현한 FFT
    [y1, count1] = my_fft(x1);yy1 = fft(x1);subplot(3,2,1); stem(abs(y1));subplot(3,2,2); stem(abs(yy1)); ... [y2, count2] = my_fft(x2);yy2 = fft(x2);subplot(3,2,3); stem(abs(y2));subplot(3,2,4); stem(abs(yy2)); ... [y3, count3] = my_fft(x3);yy3 = fft(x3);subplot(3,2,5); stem(abs(y3));subplot(3,2,6); stem(abs(yy3));
    리포트 | 3페이지 | 3,000원 | 등록일 2009.05.16
  • System dynamics _ Final term project Report
    The collar is an annular steel pipe 25m in length with a 5cm inner diameter and a 15cm outer diameter ... The top of the drill stem is turned with a diesel engine which can be assumed a ow source (t). ... The drill stem is an annular steel shaft 1Km long with an inner diameter 10cm and outer diameter 12cm
    리포트 | 15페이지 | 2,000원 | 등록일 2012.11.03
  • FIR 필터를 MATLAB을 이용하여 구현하고 그 특성을 확인하는 실험
    (2,2,1);stem(b1);hold on;stem(b2,'r');hold on;stem(b3,'g');n=312;[h1,f]=freqz(b1,1,n,fs);[h2,f]=freqz ... (2,2,1) 은 2*2행렬중에 첫 번쨰 칸에 값이 출력%stem(b1) 은 b1값을 이산적으로 임펄스형태로 나타낸 것 이다.% hold on 은 그래프를 여러개 출력될 때 순서대로 ... 식은 다음과 같다.그 밖의 경우 w(n)의 값은 0을 갖는다.M : Filter length1.소스fs=2000;L1=8;L2=32;L3=52;fc=300;wn=(2*fc)/fs;b1
    리포트 | 5페이지 | 1,000원 | 등록일 2010.06.17
  • 나노구조 음극소재 조사 (Nano structure anode materials)
    charge/discharge curve of the 3D ordered mesoporous TiO 2 at different current rate Reduce the transport length ... Cycle behavior of core-shell Si/C Nanocomposites TEM Image of core-shell Si/C nanocomposites CV of core-shell ... , (b, c, d) TEM image of single, double, triple -shelled cobalt glycolate (a) Schematic presentation
    리포트 | 14페이지 | 1,500원 | 등록일 2010.12.10
  • matlab을 이용한 컨볼루션
    이산신호 구형파의 표현을 위해 변수xx를 stem 함수를 이용 하고 그래프는 2행 3열의 4번째에 위치하도록 하였으며 이산신호의 sinc함수인 변수 hh도 stem함수를 이용하여 이산신호를 ... (2,3,4) %2행 1열에 그래프 위치stem(t1,x2) %이산 신호의 구형파 x2의그래프subplot(2,3,5) %2행 2열에 그래프 위치stem(t1,x3) %이산 신호의 ... (60*tt(6:16)) zeros(1,5)]; %이산신호를 위한sinc 파형subplot(2,3,4) % 2행 3열중에 2행 1열에 위치stem(tt,xx) % x(t)에 대한 이산신호
    리포트 | 17페이지 | 1,500원 | 등록일 2009.05.21
  • [체분석법-사전보고서]
    (b)Flake(편상)· Two parameter, Diameter, Width(c)Rounded irregular· Projected height(random)· Maximum length ... 전자선을 회절시켜 회절상을 얻을 수 있으므로 원소내부 관찰 가능· 투과형 전자현미경의 경우 주사형 전자현미경에 비해 그 구조가 복잡하고 고가Microscopy· OM, SEM, TEM ... · Horizontal width· Equivalent spherical volume· Diameter of a sphere with an equivalent surface area
    리포트 | 5페이지 | 1,000원 | 등록일 2012.06.17
  • 쇼핑몰 물건 설명 용어 영,한 병기 표현, 검색해서 사용 옷, 전자제품 등
    마늘쫑: stir-fried garlic stem16. 홍천한우마을: Hanukorea17. 경남제약: Kyungnam pharm18. ... 전자파차단indigestion tablets소화제2 lengths adjustment 2단 길이조절toothpaste치약spring-bound 스프링제본toothbrush칫솔2 Speed ... silk인견후드티hoodiebobbin thread보빈실hooded t-shirt단가라stripe보카시(복슬)shaggyfurry나그랑raglan배색two tone체크/ 격자plaid카모플라쥬camo
    리포트 | 36페이지 | 1,000원 | 등록일 2014.01.15
AI 챗봇
2024년 08월 31일 토요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
3:18 오후
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
9월 1일에 베타기간 중 사용 가능한 무료 코인 10개를 지급해 드립니다. 지금 바로 체험해 보세요.
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감
방송통신대학 관련 적절한 예)
- 국내의 사물인터넷 상용화 사례를 찾아보고, 앞으로 기업에 사물인터넷이 어떤 영향을 미칠지 기술하시오
5글자 이하 주제 부적절한 예)
- 정형외과, 아동학대