代码搜索:Spectrum
找到约 5,196 项符合「Spectrum」的源代码
代码结果 5,196
www.eeworm.com/read/437115/7755053
m ip_01_07.m
% MATLAB script for Illustrative Problem 7, Chapter 1.
echo on
df=0.01; % freq. resolution
fs=5; % sampling frequency
ts=1/fs;
www.eeworm.com/read/199778/7823019
m program_10_3.m
% Program 10_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/199778/7823033
m program_10_4.m
% Program 10_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/199774/7823295
m program_10_3.m
% Program 10_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/199774/7823335
m program_10_4.m
% Program 10_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/298015/7977529
mdl spreadspectrum1.mdl
Model {
Name "SpreadSpectrum1"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPo
www.eeworm.com/read/197649/7982927
m fdamp.m
function msf=fdump(x)
% The function FDUMP calculates a normalized marginal damping spectrum
% of x(k,n),where k specifies the number of frequencies,
% and n is the number of time values.
%
%
www.eeworm.com/read/197649/7982938
m nspz.m
function [h,xs,w] = nspz(data,nyy,t0,t1)
% The function NSPZ generates the spectrum using zero-crossing method
% in time-frequency space for data(n,k), where
% n specifies the length of time
www.eeworm.com/read/197649/7982939
m nspte.m
function [h,xs,w] = nspte(data,nyy,t0,t1)
% The function NSPTE calculates the spectrum using Teager Energy Operator
% applied to data(n,k), where n is the number of data points
% and k is the num
www.eeworm.com/read/197649/7982943
m hspc.m
function ms=hspc(x,tt)
%
% ms=hspc(x,tt):
% Function to calculate a normallized marginal spectrum of x(k,n),
% where k specifies the number of periods, and
% n is the number of time