代码搜索结果
找到约 2,916 项符合
Energy 的代码
gc_pred.h
/**********************************************************************
** Copyright (C) 2000-2005 Trolltech AS and its licensors.
** All rights reserved.
**
** This file is part of the Qtopia Environ
xiaobo.txt
clear
clc
%在噪声环境下语音信号的增强
%语音信号为读入的声音文件
%噪声为正态随机噪声
sound=wavread('c12345.wav');
count1=length(sound);
noise=0.05*randn(1,count1);
for i=1:count1
signal(i)=sound(i);
end
yuanshibx.asv
close all;
clc;
PV=[235 180 664 463];
m_gui_win_h=figure('Position',PV,...
'Resize','off',...
'Numbertitle','off',...
'Name','原始波形');
set(m_gui_win_h,'MenuBar','none');
uic
shuchubx.m
%小波输出波形
close all;
clc;
PV=[235 180 664 463];
m_gui_win_h=figure('Position',PV,...
'Resize','off',...
'Numbertitle','off',...
'Name','原始波形');
set(m_gui_win_h,'MenuBar','non
daizaobx.m
%小波带噪波形
close all;
clc;
PV=[235 180 664 463];
m_gui_win_h=figure('Position',PV,...
'Resize','off',...
'Numbertitle','off',...
'Name','原始波形');
set(m_gui_win_h,'MenuBar','non
wireless-phy.cc
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*-
*
* Copyright (c) 1996 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source
energyvalview.cpp
// EnergyValView.cpp : implementation file
//
#include "stdafx.h"
#include "mbpc.h"
#include "EnergyValView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]
wireless-phy.cc~
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*-
*
* Copyright (c) 1996 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source
wireless-phy.cc
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*-
*
* Copyright (c) 1996 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source
sm-stb1c.m
clear;
close all;
symb_energyMin = 20;
symb_energyMax = 21;
symb_energy_d = 0.5;
packets_PerEnergystep = 20;
WGNPower = 1;
Transmitters = 2;
Receivers = 2;
M = input('qam? ');
N=input('SM?