代码搜索:Spectrum
找到约 5,196 项符合「Spectrum」的源代码
代码结果 5,196
www.eeworm.com/read/38039/1090771
mnu drfcolors.mnu
NUM#COLORS 颜色数
#
Full#Color 全颜色
Show display using full color spectrum
用全颜色范围显示
Three#Color 三颜色
Show display using three colors.
用三颜色显示。
www.eeworm.com/read/455463/1614578
m tzpshift.m
function S2=tzpshift(S1,f,t)
% S2=tzpshift(S1,f,t)
%
% TZPSHIFT computes the time zero phase shift necessary to correct a spectrum
% for the occurance on time zero at a sample other than 1
%
% NOTE:
www.eeworm.com/read/430037/1942703
m pr6_41.m
%Problem 6.41;
%ACF and spectrum of LFM signal;
clear all; close all;
WD=[10 25 40]; %vector of deviations;
t=[0:0.001:1.999]; N=length(t); %time scale;
RE=[ones(1,1000),zeros(1,1000);exp(-16*(
www.eeworm.com/read/194440/8194682
m tzpshift.m
function S2=tzpshift(S1,f,t)
% S2=tzpshift(S1,f,t)
%
% TZPSHIFT computes the time zero phase shift necessary to correct a spectrum
% for the occurance on time zero at a sample other than 1
%
% NOTE:
www.eeworm.com/read/411168/11253429
m dsspsp.m
% function [BER]=DSSpSp(SNRindB)
%Diect Squence Spread Spectrum
%编程产生信号:直扩m码BPSK调制,
clear
clc
SNRindB=10;
Num=5000; %传输bit数
Lc=20; %处理增益
SNRline=10^(SNRindB/10);
sigma=1; %
www.eeworm.com/read/134895/13971391
m lpcar2db.m
function db=lpcar2db(ar,np)
%LPCAR2DB LPC: Convert AR coefs to power spectrum in dB DB=(AR)
% Copyright (C) Mike Brookes 1998
%
% Last modified Fri Apr 3 14:57:15 1998
%
% VOI
www.eeworm.com/read/134895/13971463
m lpcar2ff.m
function ff=lpcar2ff(ar,np)
%LPCAR2FF LPC: Convert AR coefs to complex spectrum FF=(AR,NP)
% Copyright (C) Mike Brookes 1998
%
% Last modified Tue May 12 15:59:20 1998
%
% VOIC
www.eeworm.com/read/134895/13971524
txt lpcar2ff.txt
function ff=lpcar2ff(ar,np)
%LPCAR2FF LPC: Convert AR coefs to complex spectrum FF=(AR,NP)
% Copyright (C) Mike Brookes 1998
%
% Last modified Tue May 12 15:59:20 1998
%
% VOIC
www.eeworm.com/read/134895/13971667
txt lpcar2db.txt
function db=lpcar2db(ar,np)
%LPCAR2DB LPC: Convert AR coefs to power spectrum in dB DB=(AR)
% Copyright (C) Mike Brookes 1998
%
% Last modified Fri Apr 3 14:57:15 1998
%
% VOI
www.eeworm.com/read/235612/14061433
m tzpshift.m
function S2=tzpshift(S1,f,t)
% S2=tzpshift(S1,f,t)
%
% TZPSHIFT computes the time zero phase shift necessary to correct a spectrum
% for the occurance on time zero at a sample other than 1
%
% NOTE: