代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/238779/13326228
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/323148/13348923
h int.h
/************************************************************************
* *
* Copyright (C) SEIKO EPSON CORP. 1999 *
* *
* File name: int.h *
* This is interrupt
www.eeworm.com/read/136766/13361940
m haardecompstep.m
function y = HaarDecompStep(x, len, normalization)
% y = HaarDecompStep(x, len, normalization) does one step of a Haar wavelet
% decomposition on the first len elements of x, with normalization eithe
www.eeworm.com/read/136766/13361985
m haarreconstep.m
function y = HaarReconStep(x, len, normalization)
% y = HaarReconStep(x, len, normalization) does one step of a Haar wavelet
% reconstruction on the first len elements of x, with normalization either
www.eeworm.com/read/136754/13362557
m morlet.m
function mo = morlet(a,ts,int)
%mo = morlet(a,ts,int) creates a morlet wavelet dilated to a factor 'a'.
%Time axis goes from -int to int in steps of ts, the sampling interval.
%Note: a MUST NOT be
www.eeworm.com/read/320705/13419763
m cp0702_gaussian_derivatives_1.m
%
% FUNCTION 7.6 : "cp0702_Gaussian_derivatives_
% 10dB_bandwidth"
%
% Analysis of -10 dB of the first 15 derivatives of the
% Gaussian pulse as a function of the shape factor
%
% 'smp' sampl
www.eeworm.com/read/319970/13438230
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/319472/13451272
c hotel.c
/* hotel.c -- hotel management functions */
#include
#include "hotel.h"
int menu(void)
{
int code, status;
printf("\n%s%s\n", STARS, STARS);
printf("Enter the number of
www.eeworm.com/read/318176/13484338
cpp brute.cpp
/*
* Program to factor numbers using brute force.
* Copyright (c) 1988-1997 Shamus Software Ltd.
*
* Requires: big.cpp
*/
#include
#include "big.h"
using namespace st
www.eeworm.com/read/317326/13505885
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