• 통합검색
  • 대학레포트
  • 논문
  • 기업신용보고서
  • 취업자료
  • 파워포인트배경
  • 서식

전문지식 13건

ifft_mode => ifft_mode, --: IN STD_LOGIC; sel => cnt, --: IN STD_LOGIC_VECTOR(2 DOWNTO 0); cos_out => wi0, --: OUT SIGNED(9 DOWNTO 0); sin_out => wq0); --: OUT SIGNED(9 DOWNTO 0)); -- 2nd Stage -- UBF2_1: bf2sdf GENERIC MAP(N_BIT+1) PORT MAP(sel => cnt(1), --: IN STD_LOGIC; xi0 =>
  • 페이지 11페이지
  • 가격 1,000원
  • 등록일 2006.06.01
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
<= yi_reg(16); yq_out <= yq_reg(16); WHEN 61 => yi_out <= yi_reg(33); yq_out <= yq_reg(33); WHEN 62 => yi_out <= yi_reg(2); yq_out <= yq_reg(2); WHEN 63 => yi_out <= yi_reg(61); yq_out <= yq_reg(61); WHEN 64 => yi_out <= yi_reg(30); yq_out <= yq_reg(30); WHE
  • 페이지 33페이지
  • 가격 2,000원
  • 등록일 2006.06.01
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
ifft(S_fb))*Fs; 저역통과 필터로 필터링된 신호 YfL를 시간영역으로 역푸리에 변환 %signal demodulation pre_nqt=Nt.*(-2*sin(2*pi*Fc.*t\')); %잡음 Nt와 sin함수의 곱 PRE_NQT=1/Fs*fft(pre_nqt,length(pre_nqt));%/Fs; pre_nqt의 푸리에 변환 h=2*Fm*sinc(2*Fm.*t); %sinc함수를 이용하여
  • 페이지 19페이지
  • 가격 2,000원
  • 등록일 2010.06.19
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
ifft(D))*fs; %Demodulate Signal clf subplot(2,1,1) %주파수 축에서의 복조 시그널 plot(f,fftshift(abs(D))) title(\'Spectrum of the Demodulated Signal\') xlabel(\'Frequency\') subplot(2,1,2) %시간 축에서의 복조 시그널 plot(t,dem(1:length(t))) title(\'The Demodulator Output\') xlabel(\'Time\') 2. [S
  • 페이지 13페이지
  • 가격 2,000원
  • 등록일 2006.06.07
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
ifft(BPF)); subplot(211) plot(h_bpf) xlabel(\'Time (sec)\') ylabel(\'h_bpf\') title(\'Band-Pass filter impulse response\') subplot(212) plot(f,BPF) xlabel(\'Frequency (Hz)\') ylabel(\'Amplitude\') title(\'Band-Pass filter frequency response\') 6. 10 Band-stop filter clear all close all N = 64; fu =
  • 페이지 43페이지
  • 가격 5,000원
  • 등록일 2007.04.23
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
top