代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/468365/6989171
m awgn_conv_r13_k3.m
% Name: AWGN_conv_R13_K3.m
% Date: November 21, 2007
% Description:
% Simulation of rate-1/3 convolutional coding over an AWGN channel.
%
% Copyright (c) 2007. Robert Morelos-Zaragoza. All rights
www.eeworm.com/read/468365/6989173
m awgn_conv_r12_k2.m
% Name: AWGN_conv_R12_K2.m
% Date: November 19, 2007
% Description:
% Simulation of rate-1/2 convolutional coding over an AWGN channel.
%
% Copyright (c) 2007. Robert Morelos-Zaragoza. All rights
www.eeworm.com/read/468365/6989175
m awgn_conv_r12_k3.m
% Name: AWGN_conv_R12_K3.m
% Date: July 19, 2005
% Description:
% Simulation of rate-1/2 convolutional coding over an AWGN channel.
%
% Copyright (c) 2005. Robert Morelos-Zaragoza. All rights res
www.eeworm.com/read/468368/6989185
m 随机试验matlab程序(我的).m
clear all;close all;
N=4096;%采样点个数
Fs=44100;%采样频率/Hz
f=1000;%信号源频率/Hz
%M=fix(Fs/f);
n=1:1:N;
t=n/Fs;
zz=1:1:2*N-1;
tq=zz/Fs;
%原始信号
%原始信号波形
signal=30*wavrecord(N,Fs,1,'double');
figure(1
www.eeworm.com/read/468368/6989187
m mypro.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%巴特沃思数字低通滤波器
%数字滤波器指标
wp=1000*2*pi;ws=2000*2*pi; %滤波器通带和阻带截止频率(Hz)
rp=2;as=35;fs=44100;t=1/fs;
%模拟巴特沃思原型滤波器计算
[N,wc]=buttor
www.eeworm.com/read/468370/6989275
m awgn_conv_r12_k3_hard.m
% Name: AWGN_conv_R12_K3_hard.m
% Description:
% Simulation of rate-1/2 convolutional coding over an AWGN channel.
%
% Copyright (c) 2006. Robert Morelos-Zaragoza. All rights reserved.
clear al
www.eeworm.com/read/468370/6989276
m awgn_conv_r13_k3.m
% Name: AWGN_conv_R13_K3.m
% Date: November 21, 2007
% Description:
% Simulation of rate-1/3 convolutional coding over an AWGN channel.
%
% Copyright (c) 2007. Robert Morelos-Zaragoza. All rights
www.eeworm.com/read/468370/6989280
m awgn_conv_r12_k2.m
% Name: AWGN_conv_R12_K2.m
% Date: November 19, 2007
% Description:
% Simulation of rate-1/2 convolutional coding over an AWGN channel.
%
% Copyright (c) 2007. Robert Morelos-Zaragoza. All rights
www.eeworm.com/read/468370/6989284
m awgn_conv_r12_k3.m
% Name: AWGN_conv_R12_K3.m
% Date: July 19, 2005
% Description:
% Simulation of rate-1/2 convolutional coding over an AWGN channel.
%
% Copyright (c) 2005. Robert Morelos-Zaragoza. All rights res
www.eeworm.com/read/468463/6990986
h alsactl.h
extern int debugflag;
extern int force_restore;
extern int ignore_nocards;
extern char *command;
extern char *statefile;
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
#define info(...)