代码搜索:FADING
找到约 1,318 项符合「FADING」的源代码
代码结果 1,318
www.eeworm.com/read/431114/8709163
cpp fading.cpp
#include "fading.hpp"
#include "wireless_comm_signal.hpp"
#include "physical_layer.hpp"
#include "simulator.hpp"
#include "rand_num_generator.hpp"
const double Ricean::m_DEFAULT_MAX_VELOCITY = 6.5;
www.eeworm.com/read/431114/8709220
hpp fading.hpp
#ifndef FADING_H
#define FADING_H
#include
using namespace std;
#include
#include
#include "utility.hpp"
class WirelessCommSignal;
class P
www.eeworm.com/read/366518/9811117
m fading.m
% Jakes model of a mobile Rayleigh fading channel.
% From Jakes, Microwave Mobile Communications, IEEE Press.
% EE 252. San Jose State University. Spring 2003.
clear all;
Fc = 900e+06;
www.eeworm.com/read/182302/7148397
m fading.m
% Program to simulate Rayleigh fading using a p-th order autoregressive model AR(p) according to
% Baddour's work: "Autoregressive modeling for fading channel simulation", IEEE Transaction on Wirele
www.eeworm.com/read/197833/7967307
rar fading.rar
www.eeworm.com/read/267650/6277090
m fading.m
clear;
clc;
N=5000; %径数
t=0.0001:10/N:10; %时间范围
fc=900*10.^6; %载波频率
wc=2*pi*fc;
v=30/3600; %接受台移动速度[km/h]
c=300*10^3; %光速
wm=wc*(v/c
www.eeworm.com/read/345593/11806270
res fading.res
www.eeworm.com/read/345593/11806272
dpr fading.dpr
program Fading;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
www.eeworm.com/read/123643/14619383
class fading.class
www.eeworm.com/read/123643/14619387
java fading.java
/**
*
* By: Oscar Wivall
* Date: 2004-05-06
*
* Description: Create cool effects by fading in/out the images in MIDP 2.0.
* This midlet shows how to change the alpha value o