代码搜索:illustrates

找到约 2,346 项符合「illustrates」的源代码

代码结果 2,346
www.eeworm.com/read/327948/13054096

m pr3_34_ss_frequencydiversityprincipleillustration.m

%Problem 3.34; %Illustrates principle of frequency diversity; clear all; close all; t=[1:3000]/1000; %time scale; f0=[25.1,35.12]; %carrier frequency; S=ones(2,1)*exp(-16*(t-1.5).^2); Sbp=real(
www.eeworm.com/read/319603/13448383

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 // This example illustrates usage of the USB_API.lib // DO NOT locate code segments at 0x14
www.eeworm.com/read/305700/13763068

m demo_l2_l1.m

function demo_l2_l1 % demo_l2_l1 - This demo illustrates the TwIST % algorithms in the l2-l1 optimization problem % % xe = arg min 0.5*||A x-y||^2 + tau ||x||_1 % x % % whe
www.eeworm.com/read/305700/13763082

m demo_l2_l0.m

function demo_l2_l0 % demo_l2_l0 - This demo illustrates the TwIST algorithm in % the l2-l0 optimization problem % % xe = arg min 0.5*||A x-y||^2 + tau ||x||_0 % x % % whi
www.eeworm.com/read/305700/13763084

m demo_l2_l1_debias.m

function demo_l2_l1_debias % demo_l2_l1 - This demo illustrates the TwIST % algorithm in the l2-l1 optimization problem % % xe = arg min 0.5*||A x-y||^2 + tau ||x||_1 % x %
www.eeworm.com/read/218391/14922907

m pr3_34.m

%Problem 3.34; %Illustrates principle of frequency diversity; clear all; close all; t=[1:3000]/1000; %time scale; f0=[25.1,35.12]; %carrier frequency; S=ones(2,1)*exp(-16*(t-1.5).^2); Sbp=real(
www.eeworm.com/read/216268/15021360

m pr3_34.m

%Problem 3.34; %Illustrates principle of frequency diversity; clear all; close all; t=[1:3000]/1000; %time scale; f0=[25.1,35.12]; %carrier frequency; S=ones(2,1)*exp(-16*(t-1.5).^2); Sbp=real(
www.eeworm.com/read/460532/1560619

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 // This example illustrates usage of the USB_API.lib // DO NOT locate code segments at 0x14
www.eeworm.com/read/242657/4547971

cpp ssl-server-poll.cpp

// $Id: SSL-server-poll.cpp 78634 2007-06-28 14:14:06Z johnnyw $ // IPC_SAP/poll server, which illustrates how to integrate the ACE // SSL socket wrappers with the SVR4 system call to create a
www.eeworm.com/read/242657/4548716

cpp pingpong.cpp

// $Id: pingpong.cpp 78962 2007-07-20 03:27:14Z sowayaa $ /* Simple program that illustrates many features of the ACE_Reactor: 1. I/O event demultiplexing 2. Signal-based demultiplexing 3.