代码搜索:SPECT
找到约 168 项符合「SPECT」的源代码
代码结果 168
www.eeworm.com/read/168679/9902143
m lmfchirp2.m
m=300;
for i=-m:m
mix_cum(:,i+m+1)=cum4est(mix,m,1600,60,'unbiased',i,i);
end
for i=1:2*m+1
bb(i)=mix_cum(i,i);
end
bb(m+1)=bb(m+1)/10;
bb_spect=abs(fft(bb,length(mix)));
figure
www.eeworm.com/read/419304/10876206
m shownew.m
function[spect2,f2]=shownew(b,a,n)
%function[spect2,f2]=shownew(b,a,n)
% This function computes the "spectrum" (i.e., the squared
% amplitude of the frequency response function) of a stocha
www.eeworm.com/read/291067/6302836
m doaspc2sig.m
function sigOut = doaspc2sig(spect, linFlag)
%DOASPC2SIG Converts a DOA spectrum (DoaSpecT) to a (power) radar signal (RxRadarSigT).
%
%--------
%Synopsis:
% sigOut = doaspc2sig(spect, linFlag)
%
%D
www.eeworm.com/read/291067/6302841
m doaspc2sigamp.m
function sigOut = doaspc2sigamp(spect)
%DOASPC2SIG Converts a DOA spectrum (DoaSpecT) to a (amplitude) radar signal (RxRadarSigT).
%
%--------
%Synopsis:
% sigOut = doaspc2sigamp(spect)
%
%Descripti
www.eeworm.com/read/291067/6302863
m dbtex10.m
%DBTEX10 An example of beamforming on measured data from the AIMT experimental antenna with calibration compensation on the signals.
%
% * DBT, A Matlab Toolbox for Radar Signal Processing *
% (c
www.eeworm.com/read/168679/9902127
m jcwz.m
for i=1:10
clear
k=15E+10; %调频斜率
fo=15E+6;%载频
T=40E-6;%脉冲宽度
n=4000;%抽样点数
fs=70E+6;%采样频率
ts=1/fs;%采样时间间隔
t=ts:ts:n*ts;
p=zeros(1,n);
p(500+1:500+T*fs)=ones(1,T*fs);
signal=1/sqrt(T)*cos
www.eeworm.com/read/168679/9902141
m lmf4x.m
%信号相乘后的正弦信号,进而用互相关
for nn=1:1
clear
fs=30E+6;%采样频率
ts=1/fs;%采样时间间隔
k=10E+10; %调频斜率
fo=5E+6;%载频
T=40E-6;%脉冲宽度
B=k*T;
n=3500;%抽样点数
t=ts:ts:n*ts;
p=zeros(1,n);
p(500+1:500+T*fs)=ones(1,T
www.eeworm.com/read/443563/7630631
cpp childview.cpp
// ChildView.cpp : implementation of the CChildView class
//
#include "stdafx.h"
#include "ADC.h"
#include "ChildView.h"
#include
#include
#define pi 3.1415926
#ifdef
www.eeworm.com/read/310212/13654619
m spectview.m
function varargout = spectview(varargin)
%SPECTVIEW Spectrum Viewer.
% This graphical tool for Spectral Analysis lets you create, edit,
% and analyze the frequency content of digital signals.
www.eeworm.com/read/154209/11983052
m spectview.m
function varargout = spectview(varargin)
%SPECTVIEW Spectrum Viewer.
% This graphical tool for Spectral Analysis lets you create, edit,
% and analyze the frequency content of digital signals.