代码搜索结果
找到约 10,000 项符合
Test 的代码
test.dsp
# Microsoft Developer Studio Project File - Name="test" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
test.h
/* test.h: for Regex testing. */
#ifndef TEST_H
#define TEST_H
#include
#include
#include
#include "regex.h"
/* A strlen that works even on a null pointer. */
test.c
/* test.c: testing routines for regex.c. */
#include
#ifdef STDC_HEADERS
#include
#else
char *malloc ();
char *realloc ();
#endif
/* Just to be complete, we make both the sys
test.m
% ls mse
figure(1);
SNR_dB=[0 5 10 15 20 25 30 35];
snr=zeros(1,length(SNR_dB));
for i=1:length(SNR_dB)
snr(i)=10^(SNR_dB(i)/10);
end
semilogy(SNR_dB,1./snr,'b-*');
%lmmse mse
sum_lam