代码搜索结果
找到约 4,639 项符合
RF 的代码
rf.cpp
#include
#include "nr.h"
using namespace std;
DP NR::rf(const DP x, const DP y, const DP z)
{
const DP ERRTOL=0.0025, TINY=1.5e-38, BIG=3.0e37, THIRD=1.0/3.0;
const DP C1=1.0/24.0, C
test1_2.txt
main()
{
printf(“ ab c\t de\rf\tg\n”);
printf(“h\ti\b\bj d”);
}
test1_2.txt
main()
{
printf(“ ab c\t de\rf\tg\n”);
printf(“h\ti\b\bj d”);
}
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
lpcrf2ar.m
function [ar,arp,aru,g]=lpcrf2ar(rf)
%LPCRF2AR Convert reflection coefs to autoregressive coefs [AR,ARP,ARU,G]=(RF)
%
% Input: RF(:,p+1) gives reflection coefficients of one or more p-section loss
filter.c
#include
#include
#include "filter.h"
int parse_filter_value(char *filter_string, struct ray_filter_t *rf)
{
int nb_filter=0;
float tab[3] = {.0, .0, .0};
char
autogen.sh
#!/bin/bash
autoreconf -fi;
rm -Rf autom4te*.cache;
bootstrap
#!/bin/sh
rm -rf autom4te.cache
autoreconf -i
program_09_15.m
% 设置双正交样条小波
wname = 'bior2.2';
% 计算两个相关的尺度滤波器rf和df
[rf,rd] = biorwavf(wname)
program_09_25.m
% 设置反双正交样条滤波器
wname = 'rbio2.2';
% 计算两个相关滤波器:rf是重构尺度滤波器,df是分解尺度滤波器
[rf,df] = rbiowavf(wname)