代码搜索:Spectrum
找到约 5,196 项符合「Spectrum」的源代码
代码结果 5,196
www.eeworm.com/read/476907/6754422
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/264046/11331639
m dhropt.m
function [bl,alpha,opts,amp,separ] = dhropt(y,P,IRWharm,nar,nvr,alpha,nvr0,alpha0,opts,ALG,output,t,Interv)
% DHROPT Hyper-parameter estimation for DHR
%
% [nvr,alpha,opts,amp,parse]=dhropt(y,P,TV
www.eeworm.com/read/263712/11345782
m exa010201b.m
%---------------------------------------------------------------------------------------
% exa010201b.m, for example 1.2.3
% 说明信号的子带分解;
%----------------------------------------------------------
www.eeworm.com/read/407469/11419044
c livespec.c
/*
BASS "live" spectrum analyser example
Copyright (c) 2002-2008 Un4seen Developments Ltd.
*/
#include
#include
#include
#include "bass.h"
#define SPECWIDT
www.eeworm.com/read/407469/11419175
frm frmspectrum.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
Begin VB.Form frmSpectrum
BorderStyle = 3 'Fixed Dialog
Caption = "Bass spectrum exampl
www.eeworm.com/read/158463/11612806
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/158463/11613202
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/261324/11654813
m aabartlettpsd.m
function[as,ps,s]=aabartlettpsd(x,k,w,L)
%function[as,ps,s]=aabartlettpsd(x,k,w,L)
%x=data;k=number of sections; w=window(@name,floor(length(x)/k));
%L=number of points desired in the FT domain;a
www.eeworm.com/read/157356/11717628
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/157356/11717650
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;