代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/452750/1648444
m qammod.m
% Program 3-23
% qammod.m
%
% This function is used for Gray coding of 16QAM modulation
%
% programmed by R.Funada and H.Harada
%
function [iout,qout]=qammod(paradata,para,nd,ml)
%******
www.eeworm.com/read/173155/5376299
m compconv2.m
% Program 5-10
% compconv2.m
%
% Function to perform convolution between signal and filter
%
% Programmed by H.Harada and M.Okita
%
function [iout, qout] = compconv2(idata, qdata, filter)
www.eeworm.com/read/173155/5376305
m comb2.m
% Program 5-11
% comb2.m
%
% Function to add white gaussian noise
%
% Programmed by H.Harada and M.Okita
%
function [iout, qout] = comb2(idata, qdata, attn)
%****************** variables *
www.eeworm.com/read/173155/5376346
m wrap.m
% Program 7-3
%
% wrap.m
%
% This function gives informations about cell-wrapping
%
% Programmed by F. Kojima
% Checked by H.Harada
%
function [out] = wrap(inputmat)
inputmat( 1,1:
www.eeworm.com/read/173155/5376349
m antgain.m
% Program 7-11
%
% antgain.m
%
% Programmed by A.Kanazawa
% Checked by H.Harada
%
function gain = antgain(width, back)
theta = [0:359];
gain = zeros(1,360);
if width ~= 360,
n
www.eeworm.com/read/173155/5376355
m qammod.m
% Program 3-23
% qammod.m
%
% This function is used for Gray coding of 16QAM modulation
%
% programmed by R.Funada and H.Harada
%
function [iout,qout]=qammod(paradata,para,nd,ml)
%******
www.eeworm.com/read/302839/3822919
py device.py
from m5.params import *
from m5.proxy import *
from MemObject import MemObject
class PioDevice(MemObject):
type = 'PioDevice'
abstract = True
pio = Port("Programmed I/O port")
platfor
www.eeworm.com/read/270919/4232077
readme
These are the classes needed to use Matlab with your TinyOS-programmed motes. See the tutorial in tinyos-1.x/doc/tutorial/matlab.html
You need to install Matlab to use this package. Please includ
www.eeworm.com/read/270429/4238258
m compconv2.m
% Program 5-10
% compconv2.m
%
% Function to perform convolution between signal and filter
%
% Programmed by H.Harada and M.Okita
%
function [iout, qout] = compconv2(idata, qdata, filter)
www.eeworm.com/read/270429/4238264
m comb2.m
% Program 5-11
% comb2.m
%
% Function to add white gaussian noise
%
% Programmed by H.Harada and M.Okita
%
function [iout, qout] = comb2(idata, qdata, attn)
%****************** variables *