代码搜索结果

找到约 4,639 项符合 RF 的代码

exam9_25.m

% 设置反双正交样条滤波器 wname = 'rbio2.2'; % 计算两个相关滤波器:rf是重构尺度滤波器,df是分解尺度滤波器 [rf,df] = rbiowavf(wname)

lt14.c

# include "stdio.h" void main( ) { printf(" ab c\t de\rf\tg\n"); printf("h\ti\b\bj k\n"); }

rfhist.m

function [no,xo] = rfhist(rf,x,rfflag) % rfhist - histogram for use with rainflow data. % % function [no,xo] = rfhist(rf,x,rfflag) % % Syntax: rfhist(rf) % rfhist(rf,30) % rfhis

rfmatrix.m

function [m,mx,my]=rfmatrix(rf,x,y,flagx,flagy) % rfmatrix - rain flow matrix estimation % % function [m,mx,my] = rfmatrix(rf,x,y,flagx,flagy) % % Syntax: rfmatrix(rf) % rfmatrix(rf,x,

rainflow.m

% RAINFLOW cycle counting. % RAINFLOW counting function allows you to extract % cycle from random loading. % % SYNTAX % rf = RAINFLOW(ext) % rf = RAINFLOW(ext, dt) % rf = RAINFLOW(ex

bootstrap

#!/bin/sh rm -rf autom4te.cache autoreconf -i

lpcar2rf.m

function rf=lpcar2rf(ar) %LPCAR2RF Convert autoregressive coefficients to reflection coefficients AR=(RF) % % Input: ar(:,p+1) Autoregressive coefficients % Output: rf(:,p+1) Reflection coeff

dfmakemsg.log

.\TimeMatch.rf .\TimeMatch.rf .\TimeMatch.rf rom size :611.5 (Hex. 00000263.5) .\TimeMatch.rf .\int.rf rom size :102 (Hex. 00000066) .\int.rf .\lcd.rf rom size :215.5 (Hex. 000000D7

pcm2wav.bak

#!/bin/sh echo "$1" echo "$2" cat $2 $1 > a #rm -rf $1 #mv a $1

pcm2wav

#!/bin/sh echo "$1" echo "$2" cd /tmp/ cat $2 $1 > a #rm -rf $1 #mv a $1