代码搜索结果
找到约 10,000 项符合
Input 的代码
map_16qam.m
function output=map_16qam(input)%完成一个ofdm块的16QAM映射
[N,NL]=size(input);
N=N/4;
output=zeros(N,NL);
for j=1:NL
for n=1:N
for ic=1:4
qam_input(ic)=input((n-1)*4+i
isscalar.m
%ISSCALAR Test on scalar (size = [1,1])
%
% N = ISSCALAR(P);
%
% INPUT
% P Input argument
%
% OUTPUT
% N 1/0 if A is/isn't scalar
%
% DESCRIPTION
% The function ISSCALAR tests if P is
mux21a.map.eqn
--A1L5 is y~8
--operation mode is normal
A1L5 = b & (a # s) # !b & a & !s;
--b is b
--operation mode is input
b = INPUT();
--a is a
--operation mode is input
a = INPUT();
--
mux21a.fit.eqn
--A1L5 is y~8 at LC_X20_Y13_N2
--operation mode is normal
A1L5 = a & (b # !s) # !a & s & b;
--b is b at PIN_152
--operation mode is input
b = INPUT();
--a is a at PIN_28
--operation
mcu8951.pin
-- Copyright (C) 1991-2006 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
program_13_1.m
% Program 13_1
% Illustration of Up-Sampling by an Integer Factor
%
clf;
N = input('Input length = ');
L = input('Up-sampling Factor = ');
fo = input('Input signal frequency = ');
% Generate t
map_16qam.m
function output=map_16qam(input)%完成一个ofdm块的16QAM映射
[N,NL]=size(input);
N=N/4;
output=zeros(N,NL);
for j=1:NL
for n=1:N
for ic=1:4
qam_input(ic)=input((n-1)*4+i
isscalar.m
%ISSCALAR Test on scalar (size = [1,1])
%
% N = ISSCALAR(P);
%
% INPUT
% P Input argument
%
% OUTPUT
% N 1/0 if A is/isn't scalar
%
% DESCRIPTION
% The function ISSCALAR tests if P is
signal.fit.rpt
Fitter report for SIGNAL
Tue Oct 15 10:53:37 2002
Version 6.0 Build 202 06/20/2006 Service Pack 1 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal
signal.pin
-- Copyright (C) 1991-2006 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