代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/189239/8482972
m ofdmci.m
% Program 4-9
% ofdmci.m
%
% Simulation program to realize OFDM transmission system
% Simulate effect of interfarence noise
%
% Programmed by T.Yamamura and H.Harada
%
% GI CE GI data GI data.
www.eeworm.com/read/433114/8544635
m seismic_log_examples1.m
% Seismic_log_examples1
% Illustrate the effect of depth-to-time conversion errors using
% log-related and seismic functions
clear all
presets
global S4M %#ok
step=1;
wlength=60;
www.eeworm.com/read/387560/8665187
m psf_mismatch_example1.m
% psf_mismatch_example1.m
%
% 1D example showing the effect of PSF mismatch on ML-EM algorithm
%
% Copyright 2001-8-24, Jeff Fessler, The University of Michigan
%
% generate data
%
if ~isvar('yi'),
www.eeworm.com/read/182909/9185921
m ofdmci.m
% Program 4-9
% ofdmci.m
%
% Simulation program to realize OFDM transmission system
% Simulate effect of interfarence noise
%
% Programmed by T.Yamamura and H.Harada
%
% GI CE GI data GI data.
www.eeworm.com/read/379443/9197196
m ofdmci.m
% Program 4-9
% ofdmci.m
%
% Simulation program to realize OFDM transmission system
% Simulate effect of interfarence noise
%
% Programmed by T.Yamamura and H.Harada
%
% GI CE GI data GI data.
www.eeworm.com/read/180233/9315027
m ofdmci.m
% Program 4-9
% ofdmci.m
%
% Simulation program to realize OFDM transmission system
% Simulate effect of interfarence noise
%
% Programmed by T.Yamamura and H.Harada
%
% GI CE GI data GI data.
www.eeworm.com/read/372696/9496932
m ofdmci.m
% Program 4-9
% ofdmci.m
%
% Simulation program to realize OFDM transmission system
% Simulate effect of interfarence noise
%
% Programmed by T.Yamamura and H.Harada
%
% GI CE GI data GI data.
www.eeworm.com/read/362900/9977016
todo
Support 3d (r,phi,z) cell, where m is "Bloch wavenumber"
-- gives 6-fold (and n-fold) symmetry as side effect
-- allows computation of bended photonic-crystal waveguides
Implement transpa
www.eeworm.com/read/463000/7190783
m ofdmci.m
% Program 4-9
% ofdmci.m
%
% Simulation program to realize OFDM transmission system
% Simulate effect of interfarence noise
%
% Programmed by T.Yamamura and H.Harada
%
% GI CE GI data GI data.
www.eeworm.com/read/458682/7291662
sh ex14.sh
#!/bin/bash
# zmore
#View gzipped files with 'more'
NOARGS=65
NOTFOUND=66
NOTGZIP=67
if [ $# -eq 0 ] # same effect as: if [ -z "$1" ]
# $1 can exist, but be empty: zmore "" arg2 arg3
then
echo