代码搜索:Spectrum
找到约 5,196 项符合「Spectrum」的源代码
代码结果 5,196
www.eeworm.com/read/283135/9040971
m bridgetestl.m
% --- BRIDGETESTL computes the Hilbert Spectrum based on principal --- %
% components of the sifted bridge vibration data.
% Lower Frequency 0 to 3 Hz range.
%
% To run the program, make sure to
www.eeworm.com/read/283135/9040976
m caldspeco.m
% --- CALDSPECO calculates damping spectrums ------- %
% from IMF for the specified files and plot them.
%
% Non MATLAB Library routines used are:
% NSPABD and FDAMP.
% Required data files: 'cr
www.eeworm.com/read/381319/9097937
m exa010201b.m
%---------------------------------------------------------------------------------------
% exa010201b.m, for example 1.2.3
% 说明信号的子带分解;
%----------------------------------------------------------
www.eeworm.com/read/184267/9114060
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/184267/9114134
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/281807/9133027
m rwg34.m
%RWG34 Calculation of the received pulse using
% antenna-to-antenna transfer function
%
% Uses receivedfield.mat (created by RWG33)as an input
%
% The following parameters need to be specif
www.eeworm.com/read/380070/9166728
m exa010201b.m
%---------------------------------------------------------------------------------------
% exa010201b.m, for example 1.2.3
% 说明信号的子带分解;
%----------------------------------------------------------
www.eeworm.com/read/182660/9197966
pas ahofft.pas
unit AHoFFT;
{$BOOLEVAL OFF }
{$EXTENDEDSYNTAX ON }
{$IOCHECKS ON }
{$LONGSTRINGS ON }
{$OPENSTRINGS ON }
{$TYPEDADDRESS OFF }
{$VARSTRINGCHECKS ON }
{$WRITEABLECONST OFF }
// {$DEFINE DE
www.eeworm.com/read/181377/9257063
m bpsk.m
%
% Script file for computer exercise "BPSK".
%
N = 2^6; % Number of symbols
fc = 1e3; % Carrier frequency
fs = 4*1e3; % Sampling frequency
Ts = 1/fs; % Sampling time = 1/fs
T = 1/100; % Sy
www.eeworm.com/read/377779/9262594
m package.m
%This Program Is Designed To Simulate The Angle Of Arrival Estimation Algorithms
%General Antenna Array Specifications
D = input ('Number Of Elements : ') ;
N = input ('Number Of Users : ') ;
L =