代码搜索:Spectrum

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

代码结果 5,196
www.eeworm.com/read/427472/8942330

mdl sine_spectrum.mdl

Model { Name "Sine_Spectrum" Version 5.1 SaveDefaultBlockParams on SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPort
www.eeworm.com/read/378850/9214565

m spread_spectrum.m

function [out1 out2]=spread_spectrum(m,N,a,b) N=20; %随机数点数20 td=0.1; f0=3000; wc=2e4*pi; g=100; %一个矩形电平采样点 out1=kuopinzlp(m,N,
www.eeworm.com/read/378850/9214570

m despread_spectrum.m

function [ij1 ij2 qj1 qj2]=despread_spectrum(m,iremodo,qremodo) N=20; %随机数点数20 td=0.1; f0=3000; wc=2e4*pi; g=100; %一个矩形电平采样点 [i
www.eeworm.com/read/181459/9254706

txt ofdm spectrum.txt

% Faculty of Engineering, University of Fukui. 2003/11/11 % coded by Sokthai Chan (sokthai@msn.com) % OFDM signal and its spectrum ( Guard Interval insertion ) clear all; Fd=1; % s
www.eeworm.com/read/371706/9540969

m smooth_spectrum.m

function [P,f,w,tw] = smooth_spectrum(d,dt,L,io); %SMOOTH_SPECTRUM: Power spectrum estimate by smoothing the periodogram. % For more than one trace provides the average spectrum %
www.eeworm.com/read/358250/10193390

m music_spectrum.m

function P = music(Y,M,d,Lamda,angle,K) %MUSIC Multiple Signal Classification Method for direction finding. % % Usage: P = music(Y,M,d,Lamda,angle,K) % %Input parameters: % % Y -
www.eeworm.com/read/356556/10224813

m cyclic_spectrum.m

function [] = cyclic_spectrum(x, N, fs, M) %%%%% 参量说明 %%%%% % x -- 信号 % N -- 循环谱检测采样长度,必须小于等于信号序列长度 % fs -- 采样频率, 检测带宽为-fs/2至fs/2 % M -- 平滑点数, 时间分辨率*频率分辨率=M %%%%%%%%%%%%%%%%%%% %%% 参数 %%% w
www.eeworm.com/read/161828/10367210

m despread_spectrum.m

function rec_seq=despread_spectrum(seq_spread,pn_seq,len_seq,len_chip) for m=1:4 for i=1:len_seq n_start=len_chip*(i-1)+1; n_end=len_chip*i; for j=n_start:n_end;
www.eeworm.com/read/278180/10560462

fig hh_spectrum.fig