代码搜索:Spectrum

找到约 5,196 项符合「Spectrum」的源代码

代码结果 5,196
www.eeworm.com/read/359177/10162377

mdl ch6example2.mdl

Model { Name "ch6example2" Version 5.0 SaveDefaultBlockParams on SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortDa
www.eeworm.com/read/359177/10162462

mdl ch7example19.mdl

Model { Name "ch7example19" Version 5.0 SaveDefaultBlockParams on SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortD
www.eeworm.com/read/357506/10208343

m program_13_4.m

% Program 13_4 % Effect of Down-Sampling in the Frequency Domain % Use fir2 to create a bandlimited input sequence freq = [0 0.42 0.48 1]; mag = [0 1 0 0]; x = fir2(101, freq, mag); % Evaluate a
www.eeworm.com/read/357506/10208347

m program_13_3.m

% Program 13_3 % Effect of Up-Sampling in the Frequency Domain % Use fir2 to create a bandlimited input sequence freq = [0 0.45 0.5 1]; mag = [0 1 0 0]; x = fir2(99, freq, mag); % Evaluate and p
www.eeworm.com/read/353594/10436628

m gene.m

clear; clc; fid=fopen('gene.txt'); [yi,count]=fread(fid,Inf,'char'), y=char(yi'); fclose(fid); %将基因序列变为四个数值序列 n=1; for m=1:count if isletter(y(m))==1 upper(y(m)); if st
www.eeworm.com/read/424063/10499334

m lssb_dem.m

% lssb_dem.m % Matlab demonstration script for LSSB-AM demodulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise. echo on t0=.15;
www.eeworm.com/read/424063/10500204

m ip_01_08.m

% MATLAB script for Illustrartive Problem 8, Chapter 1. ts=0.001; fs=1/ts; t=[0:ts:10]; x=cos(2*pi*47*t)+cos(2*pi*219*t)
www.eeworm.com/read/160618/10514373

m exa010201b.m

%--------------------------------------------------------------------------------------- % exa010201b.m, for example 1.2.3 % 说明信号的子带分解; %----------------------------------------------------------
www.eeworm.com/read/423536/10552943

m lssb_dem.m

% lssb_dem.m % Matlab demonstration script for LSSB-AM demodulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise. echo on t0=.15;
www.eeworm.com/read/423536/10553131

m ip_01_08.m

% MATLAB script for Illustrartive Problem 8, Chapter 1. ts=0.001; fs=1/ts; t=[0:ts:10]; x=cos(2*pi*47*t)+cos(2*pi*219*t)