代码搜索结果
找到约 4,639 项符合
RF 的代码
exam9_15.m
% 设置双正交样条小波
wname = 'bior2.2';
% 计算两个相关的尺度滤波器rf和df
[rf,rd] = biorwavf(wname)
exam9_25.m
% 设置反双正交样条滤波器
wname = 'rbio2.2';
% 计算两个相关滤波器:rf是重构尺度滤波器,df是分解尺度滤波器
[rf,df] = rbiowavf(wname)
usingrandomaccessfile.java
//: io/UsingRandomAccessFile.java
import java.io.*;
public class UsingRandomAccessFile {
static String file = "rtest.dat";
static void display() throws IOException {
RandomAccessFile rf
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
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
do_cleanup
# ======================================================================
rm -rf G
rm -f TEST TIMES t0 t1 *.out
rm -f *list*
sx13.c
# include "stdio.h"
void main( )
{
printf(" ab c\t de\rf\tg\n");
printf("h\ti\b\bj k\n");
}
lt14.c
# include "stdio.h"
void main( )
{
printf(" ab c\t de\rf\tg\n");
printf("h\ti\b\bj k\n");
}