代码搜索结果
找到约 10,000 项符合
Power 的代码
i2c_eeprom.fit.rpt
Fitter report for I2c_eeprom
Mon Dec 15 16:21:37 2008
Quartus II Version 7.1 Build 156 04/30/2007 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal
seven.fit.rpt
Fitter report for seven
Thu Oct 23 10:22:28 2008
Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Noti
glm.fit.rpt
Fitter report for glm
Sun Oct 19 19:29:10 2008
Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
ex.pin
-- Copyright (C) 1991-2008 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
fgn.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Designer:g9664501 地瓣胡
% Date:2007/11/06
% Function:Implement a Rayleigh fading channel simulator based on the
detection.m
function [ Output ] = Detection( Input,snr,ITERATION_SoIC )
% MIMO Detection
%
warning off all
TX = 2;
M = 16;% 16QAM
% 初始符号概率
% Yita = [0.0625 0.0625 0.0625 0.0625 0.0625 0.0625 0.0625 0.0625 0.0
digital_clk.pin
-- Copyright (C) 1991-2004 Altera Corporation
-- Any megafunction design, and related netlist (encrypted or decrypted),
-- support information, device programming or simulation file, and a
fun_ccv.m
function [f, g] = fun_ccv(x, baseMVA, bus, gen, gencost, branch, Ybus, Yf, Yt, V, ref, pv, pq, mpopt)
%FUN_CCV Evaluates objective function & constraints for OPF.
% [f, g] = fun_ccv(x, baseMVA, b
fpga_led.fit.rpt
Fitter report for fpga_led
Wed Jun 11 17:55:50 2008
Quartus II Version 7.2 Build 175 11/20/2007 Service Pack 1 SJ Full Version
---------------------
; Table of Contents ;
--------------------
ly2.m
clear;
clc;
N=1024;
Nfft=128;
n=[0:N-1];
randn('state',0);
wn=randn(1,N);
xn=sqrt(20)*sin(2*pi*0.2*n)+sqrt(20)*sin(2*pi*0.3*n)+wn;
[Pxx1,f]=pburg(xn,15,Nfft,1);