代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/297900/7986326
m tfrrmsc.m
function [tfr,rtfr,hat] = tfrrmsc(x,t,N,f0T,trace,K);
%TFRRMSC Reassigned Morlet Scalogram time-frequency distribution.
% [TFR,RTFR,HAT] = TFRRMSC(X,T,N,F0T,TRACE)
% computes the Morlet scalogram and
www.eeworm.com/read/398034/8009021
m sa_ex4_2.m
% Figure 4.2 2-D patterns for sin(theta)^2 element pattern
% and the two element array factor pattern cos(pi*sin(theta)/2+beta/2)^2
%
set(0,'defaultfigurecolor','w')
theta=0:.1:2*pi;
EF=sin(t
www.eeworm.com/read/398034/8009030
m sa_fig4_2.m
% Figure 4.2 2-D patterns for sin(theta)^2 element pattern
% and the two element array factor pattern cos(pi*sin(theta)/2+beta/2)^2
%
set(0,'defaultfigurecolor','w')
theta=0:.01:2*pi;
EF=sin(
www.eeworm.com/read/397828/8019920
c parser.c
#include "global.h"
int lookahead;
parse()
{
lookahead = lexan();
while(lookahead != DONE)
{
expr();
match(';');
}
}
expr()
{
www.eeworm.com/read/197129/8027177
m 7.5.m
%
% FUNCTION 7.5:"cp0702_Gaussian_derivatives_peak
% frequency"
%
% Analysis of peak frequency of the first 15 derivatives of
% the Gaussian pulse as a funtion of the shape factor
%
% 'smp' sam
www.eeworm.com/read/297039/8058090
m tfrrmsc.m
function [tfr,rtfr,hat] = tfrrmsc(x,t,N,f0T,trace,K);
%TFRRMSC Reassigned Morlet Scalogram time-frequency distribution.
% [TFR,RTFR,HAT] = TFRRMSC(X,T,N,F0T,TRACE)
% computes the Morlet scalogram and
www.eeworm.com/read/297034/8059088
m tfrrmsc.m
function [tfr,rtfr,hat] = tfrrmsc(x,t,N,f0T,trace,K);
%TFRRMSC Reassigned Morlet Scalogram time-frequency distribution.
% [TFR,RTFR,HAT] = TFRRMSC(X,T,N,F0T,TRACE)
% computes the Morlet scalogram and
www.eeworm.com/read/333417/12683818
m tfrrmsc.m
function [tfr,rtfr,hat] = tfrrmsc(x,t,N,f0T,trace,K);
%TFRRMSC Reassigned Morlet Scalogram time-frequency distribution.
% [TFR,RTFR,HAT] = TFRRMSC(X,T,N,F0T,TRACE)
% computes the Morlet scalogram and
www.eeworm.com/read/246805/12703618
m test.m
clear all
factor = 4. * pi *5.;
theta = 0:.1:90;;
theta = theta .* (pi/180);
f = sqrt((1. + 1 + 2.0 .* cos(pi+factor .* sin(theta))));
polar(theta,f,'k');
xlabel ('Normalized range R/Ro')
www.eeworm.com/read/145478/12720752
h spreproc.h
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve