代码搜索:Spectrum

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

代码结果 5,196
www.eeworm.com/read/307407/13723395

c timer.c

/* * Copyright (C) 2001, Spectrum Digital, Inc. All Rights Reserved. */ #include "5509.h" #include "util.h" unsigned short int Timer_Test() { PC55XX_TIMER pTIM0 = (PC55XX_TIMER)C55
www.eeworm.com/read/302246/13838430

txt 实现二进制傅立叶反变换f2t.txt

function[t,st]=F2T(f,sf) % this function calculate the time signal using ifft function for the input % signal's spectrum df=f(2)-f(1); Fmx=(f(end)-f(1)+df); dt=1/Fmx; N=length(sf); T=dt*N;
www.eeworm.com/read/302246/13838455

m f2t.m

function[t,st]=F2T(f,sf) % this function calculate the time signal using ifft function for the input % signal's spectrum df=f(2)-f(1); Fmx=(f(end)-f(1)+df); dt=1/Fmx; N=length(sf); T=dt*N;
www.eeworm.com/read/343762/11928558

m ar_spa.m

function [w,A,B,R,P,F,ip] = ar_spa(ARP,nhz,E); % AR_SPA decomposes an AR-spectrum into its compontents % [w,A,B,R,P,F,ip] = ar_spa(AR,fs,E); % % INPUT: % AR autoregressive parameters % fs samp
www.eeworm.com/read/227522/14421584

m ar_spa.m

function [w,A,B,R,P,F,ip] = ar_spa(ARP,nhz,E); % AR_SPA decomposes an AR-spectrum into its compontents % [w,A,B,R,P,F,ip] = ar_spa(AR,fs,E); % % INPUT: % AR autoregressive parameters % fs samp
www.eeworm.com/read/118309/14876366

c timer.c

/* * Copyright (C) 2001, Spectrum Digital, Inc. All Rights Reserved. */ #include "5509.h" #include "util.h" unsigned short int Timer_Test() { PC55XX_TIMER pTIM0 = (PC55XX_TIMER)C55
www.eeworm.com/read/215714/15051598

m ofdm_signal(2).m

% Faculty of Engineering, University of Fukui. 2003/11/11 % coded by Sokthai Chan (sokthai@msn.com) % OFDM signal and its spectrum ( Guard Interval insertion ) % % 本例没有做解调等仿真差错概率的工作,仅仅构建了时域的OFDM符
www.eeworm.com/read/455463/1614626

m ps_mig.m

function out=ps_mig(spec,f,kx,vel,z,dip) %out=ps_mig(spec,f,kx,vel,z,dip); % %Stationary phase shift migration: v(z). % % out...migrated output % spec...input spectrum % f...frequency axis o
www.eeworm.com/read/475717/6776102

cpp# #fft.cpp#

/* Short test program to accompany fix_fft.c */ #define DEBUG 1 #define SPECTRUM 0 #include #include #include #include "fft.h" #define FFT_SIZE 128 #define log2FF
www.eeworm.com/read/194440/8194814

m ps_mig.m

function out=ps_mig(spec,f,kx,vel,z,dip) %out=ps_mig(spec,f,kx,vel,z,dip); % %Stationary phase shift migration: v(z). % % out...migrated output % spec...input spectrum % f...frequency axis o