代码搜索:INTERVAL

找到约 8,094 项符合「INTERVAL」的源代码

代码结果 8,094
www.eeworm.com/read/474516/6811287

m usun_czas.m

function usun_czas(fid,katalog) % trgraph % removes lines form file which are outside time interval [TSTART, TEND] global TSTART TEND l=fgets(fid); fidw=fopen(strcat(katalog,'temp'), 'wb'); sp
www.eeworm.com/read/194440/8195017

m marmousi_demo.m

% Marmousi: finite difference modelling of Marmousi % % Marmousi finite difference modelling % Just run the script load marmousi_dz10 %load marmousi_mod dx=x(2)-x(1);; %cdp interval xmax=max(
www.eeworm.com/read/173140/9670972

m ip_07_01.m

% MATLAB script for Illustrated Problem 1, Chapter 7. echo on T=1; delta_T=T/200; % sampling interval alpha=0.5; % roll-off factor fc=40/T; % carrier frequency A_
www.eeworm.com/read/172038/9725609

m giins.m

% Function to insert guard interval into transmission signal function [iout,qout]= giins(idata,qdata,fftlen,gilen,nd); idata1=reshape(idata,fftlen,nd); qdata1=reshape(qdata,fftlen,nd); idata
www.eeworm.com/read/268231/11149074

m ip_07_01.m

% MATLAB script for Illustrated Problem 1, Chapter 7. echo on T=1; delta_T=T/200; % sampling interval alpha=0.5; % roll-off factor fc=40/T; % carrier frequency A_
www.eeworm.com/read/300562/13905836

m ip_07_01.m

% MATLAB script for Illustrated Problem 1, Chapter 7. echo on T=1; delta_T=T/200; % sampling interval alpha=0.5; % roll-off factor fc=40/T; % carrier frequency A_
www.eeworm.com/read/235612/14061704

m marmousi_demo.m

% Marmousi: finite difference modelling of Marmousi % % Marmousi finite difference modelling % Just run the script load marmousi_dz10 %load marmousi_mod dx=x(2)-x(1);; %cdp interval xmax=max(
www.eeworm.com/read/235546/14064225

asv ofdmce5.asv

% ofdmce5.m %64个子在波 % (CE: Chanel estimation symbol, GI Guard interval) % function[ber,per]=ofdmce5(snr_in_db) %********************** preparation part *************************** para=64; %
www.eeworm.com/read/132953/14065415

m ip_07_01.m

% MATLAB script for Illustrated Problem 1, Chapter 7. echo on T=1; delta_T=T/200; % sampling interval alpha=0.5; % roll-off factor fc=40/T; % carrier frequency A_
www.eeworm.com/read/202680/15375891

m fmintx.m

function u = fmintx(F,a,b,tol,varargin) %FMINTX Textbook version of FMINBND % x = FMINTX(F,a,b) finds a local minimizer x of the function F % in the interval a