代码搜索:illustrates
找到约 2,346 项符合「illustrates」的源代码
代码结果 2,346
www.eeworm.com/read/430037/1942793
m pr3_33.m
%Problem 3.33;
%Illustrates the space diversity principle;
clear all; close all;
t=[1:3000]/1000; %time scale;
f0=25.1; %carrier frequency;
S=exp(-16*(t-1.5).^2); Sbp=real(S.*exp(i*2*pi*f0*t))
www.eeworm.com/read/267295/11186245
c usb_main.c
// File best viewed using Tab Size of 4 Characters
// Author DM DATE 4-4-03
// Modified CS DATE 8-25-03
// Modified PKC DATE 1-24-06 (changed 'F320.h to 'F340.h)
// This example illustrates usage
www.eeworm.com/read/101167/15842785
c i2c_slv1.c
// I2C_SLV1.C
//
// Illustrates use of a PIC16F87X as an I2C Slave device. The slave address
// is fixed at 0x40 (SSPADD = 0x40).
//
// The program loops waiting for an interrupt which occurs wh
www.eeworm.com/read/101167/15842842
c 8574_1.c
// 8574_1.C
//
// Illustrates control of 8574. Flashes LED on P0 of 8574 if switch at
// P7 of 8574 is at zero. Uses SSP Module in the I2C Master Mode.
//
// PIC16F877 PCF8574
//
// SC
www.eeworm.com/read/101167/15842862
c i2c_slv2.c
// I2C_SLV2.C
//
// Illustrates use of a PIC16F87X as an I2C Slave device. The slave address
// is fixed at 0x40 (SSPADD = 0x40).
//
// The program loops waiting for an interrupt which occurs wh
www.eeworm.com/read/446736/7567336
m times10_m.m
function [sys,x0,str,ts] = times10_m(t,x,u,flag)
%TIMES10_m S-function whose output is ten times its input.
% This M-file illustrates how to construct an M-file S-function that
% computes an ou
www.eeworm.com/read/446736/7569505
m times10_m.m
function [sys,x0,str,ts] = times10_m(t,x,u,flag)
%TIMES10_m S-function whose output is ten times its input.
% This M-file illustrates how to construct an M-file S-function that
% computes an ou
www.eeworm.com/read/318125/13485666
m times10_m.m
function [sys,x0,str,ts] = times10_m(t,x,u,flag)
%TIMES10_m S-function whose output is ten times its input.
% This M-file illustrates how to construct an M-file S-function that
% computes an ou
www.eeworm.com/read/318125/13487803
m times10_m.m
function [sys,x0,str,ts] = times10_m(t,x,u,flag)
%TIMES10_m S-function whose output is ten times its input.
% This M-file illustrates how to construct an M-file S-function that
% computes an ou
www.eeworm.com/read/158048/11647970
c 1820_1.c
// 1820_1.C, CCS - PCM (PIC16F84)
//
// Illustrates an implementation of Dallas 1-wire interface.
//
// Configuration. DS1820 on RB.0, RB.1, RB.2 and RB.3. Note a 4.7K
// pullup to +5V is requ