代码搜索:rake
找到约 540 项符合「rake」的源代码
代码结果 540
www.eeworm.com/read/247641/12638427
m cp0803_pamcorrmask_r.m
%
% FUNCTION 8.13 : "cp0803_PAMcorrmask_R"
%
% Evaluates the correlation mask ('mask') for a RAKE
% receiver in the case of binary PPM UWB signals.
% 'ref' is the reference signal (with no modula
www.eeworm.com/read/205223/15323321
m cp0803_pamcorrmask_r.m
%
% FUNCTION 8.13 : "cp0803_PAMcorrmask_R"
%
% Evaluates the correlation mask ('mask') for a RAKE
% receiver in the case of binary PPM UWB signals.
% 'ref' is the reference signal (with no modula
www.eeworm.com/read/316528/13521598
mdl rake receiver for ds-ss systems.mdl
Model {
Name "ds_ss_rake"
Version 4.00
Description "Simulation for a single code and multiple user down"
"link
\nwithout coding. Major blocks are from block library umts_blks.
\n
www.eeworm.com/read/349226/10840328
lif blkrake.lif
#Life 1.05
#D Programmable rake
#D Based on Tim Coe's rakes.
#N
#P -29 9
....**
****.**
.*****
..***
.
.
..****
.*...*
.....*
....*
#P -37 2
.******
*.....*
......*
.....*
#P -42 1
www.eeworm.com/read/327948/13054091
m pr3_36_ss_demo_rake_receiver_combiningpathsignaleffect.m
%Problem 3.36;
%Simulates the RAKE algorithm on the example of LFM bit pulse.
clear all; close all;
t=[1:3000]/500; N=length(t); %time scale;
WD=40; %deviation of LFM bit pulse;
S=exp(i*pi*WD*(
www.eeworm.com/read/218391/14922951
m pr3_36.m
%Problem 3.36;
%Simulates the RAKE algorithm on the example of LFM bit pulse.
clear all; close all;
t=[1:3000]/500; N=length(t); %time scale;
WD=40; %deviation of LFM bit pulse;
S=exp(i*pi*WD*(
www.eeworm.com/read/216268/15021388
m pr3_36.m
%Problem 3.36;
%Simulates the RAKE algorithm on the example of LFM bit pulse.
clear all; close all;
t=[1:3000]/500; N=length(t); %time scale;
WD=40; %deviation of LFM bit pulse;
S=exp(i*pi*WD*(
www.eeworm.com/read/275831/10793677
rb 07 - a generic project rakefile.rb
# Rakefile
require "rake/testtask"
require "rake/clean"
require "rake/rdoctask"
require "rake/gempackagetask"
#---
# The name of your project
PROJECT = "MyProject"
# Your name, used in packaging.
MY_
www.eeworm.com/read/349226/10840581
lif lwssrak2.lif
#Life 1.05
#D p32 orthogonal lwss rake.
#D Based on Tim Coe's rake.
#N
#P -4 -8
.****
*...*
....*
...*
#P -8 -4
....**
.
*.**...**
***.***.**
..*******
....****
#P -11 5
.******
*...
www.eeworm.com/read/275831/10793680
00 - introduction
require 'rake/testtask'
Rake::TestTask.new('test') do |t|
t.pattern = 'test/**/tc_*.rb'
t.warning = true
end
#---
task "default" => ["test"]
#---
require 'rake/testtask'
lib_dir = File.expand_pa