代码搜索:Spectrum

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

代码结果 5,196
www.eeworm.com/read/108859/15574070

m examp33.m

clc,echo on %EXAMPLE 33 F0=0.05;F1=0.4; % Digital frequencies N=800;n=0:N-1; % Number of points and DT index xc=cos(2*pi*(n*F0+(F1-F0)*n.*n/2/N));
www.eeworm.com/read/101557/15826416

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/101557/15826601

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/378850/9214554

m qpskzlp.m

function qpskzlp clear all close all N=20; %随机数点数20 td=0.1; f0=3000; wc=2e4*pi; g=100; %一个矩形电平采样点 x=randint(1,N,[0,1]);
www.eeworm.com/read/392021/8366950

m plotspectrum.m

function plotSpectrum(X,fin,fmt) % plotSpectrum(X,fin,fmt) Plot a smoothed spectrum if nargin
www.eeworm.com/read/291161/8439101

m d_wig2.m

%D_WIG2 HOSA Demo of Wigner Spectrum (wig2 and wig2c) % echo off % A. Swami Oct 18, 1997. % Copyright (c) 1991-2001 by United Signals & Systems, Inc. % $Revision: 1.6 $ %
www.eeworm.com/read/390411/8466505

m bankdisp.m

function h = bankdisp(P,F,Pmin,Pmax); % BANKDISP Display filterbank power spectrum in 'bar' form. % BANKDISP(P,F) display the power spectrum P with one bar for % each frequency band in F. P sho
www.eeworm.com/read/290613/8471890

m d_wig2.m

%D_WIG2 HOSA Demo of Wigner Spectrum (wig2 and wig2c) % echo off % A. Swami Oct 18, 1997. % Copyright (c) 1991-2001 by United Signals & Systems, Inc. % $Revision: 1.6 $ %