代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/488823/6486408
cpp 2363.cpp
#include
#include
using namespace std;
int getMinPaper(int iNum)
{
int k;
int iMinResult = 4*iNum + 2;
int factor1, factor2;
int temp = 0;
int sum = 0;
for(k = 1
www.eeworm.com/read/488491/6488049
m ex_07_04_1.m
% ex_07_04_1.m : 习题 7.4
clear all;
close all;
N=33;
m=(N-1)/4;
n=1:N;
h(n)=0;
for k=0:(m-1)
n=4*k+2;
h(n+1)=8/(pi*(n-16))/(pi*(n-16));
end
h((N+1)/2)=0.5;
for k=0:(N-1)/2
www.eeworm.com/read/488491/6488058
m ex_07_03_1.m
% ex_07_03_1.m : 习题 7.3
clear all;
fl=pi/4; N=29;
factor=(N+1)/2;
m=factor*fl/pi;
m=floor(m);
j=sqrt(-1);
for k=0:(N-1)
if(k=(N-m))
a=-j*(N-1)*k*pi/N;
H(k+1)
www.eeworm.com/read/488224/6498584
m program_13_7.m
% Program 13_7
% Illustration of Sampling Rate Alteration by
% a Ratio of Two Integers
%
clf;
N = input('Length of input signal = ');
L = input('Up-sampling factor = ');
M = input('Down-samplin
www.eeworm.com/read/486654/6524657
cpp 1528.cpp
/* This Code is Submitted by wywcgs for Problem 1528 on 2006-08-10 at 10:54:55 */
#include
#include
typedef long long int64;
inline void factor(int64&, int64);
int mai
www.eeworm.com/read/486345/6540249
m poly_mult.m
function ab = poly_mult (a, b, mod_pol)
%POLY_MULT Polynomial modulo multiplication in GF(2^8).
%
% AB = POLY_MULT (A, B, MOD_POL)
% performs a polynomial multiplication of A and B
% in t
www.eeworm.com/read/483253/6601769
m lin2pcmu.m
function p=lin2pcmu(x,s)
%LIN2PCMU Convert linear to Mu-law PCM P=(X,S)
% pcmu = lin2pcmu(lin) where lin contains a vector
% or matrix of signal values within a range determined by
% the scale fac
www.eeworm.com/read/481966/6633956
cpp 1528.cpp
/* This Code is Submitted by wywcgs for Problem 1528 on 2006-08-10 at 10:54:55 */
#include
#include
typedef long long int64;
inline void factor(int64&, int64);
int mai
www.eeworm.com/read/479405/6694521
m convcon.m
% convcon.m
% Scope: This MATLAB macro sets the most used conversion constants as
% global variables.
% Usage: convcon
% Description of global parameters:
www.eeworm.com/read/478401/6716216
m bierman.m
function [x,U,D] = bierman(z,R,H,xin,Uin,Din)
%
% Matlab implementation of the
% Bierman ``square root filtering without square roots''
%
% From the diskette included with
% M. S. Grewal, L. R.