代码搜索:simulating
找到约 328 项符合「simulating」的源代码
代码结果 328
www.eeworm.com/read/430037/1942749
m pr2_55.m
%Problem 2.55;
%Simulating time-compression for LFM pulse;
clear all; close all;
t=[0:0.001:1]; t1=[0:0.001:2]; %time scale;
WD=10; %set frequency deviation
S=exp(i*pi*t.^2.*WD); %signal comp
www.eeworm.com/read/440814/7680588
m sa_tsp.m
%this program is written by 刘学智. Finished time is 05.1.23 16:03
%utilizing it solving TSP problem by simulating stealing algorithm
[fval,route]=sa_tsp(d,10,0.1,.87)
d=[0 2 1 2 0 0 1 0 1 2 1 1 1 1
www.eeworm.com/read/430037/1942699
m pr6_39.m
%Problem 6.39;
%simulating and analysis of destructive role of ACF sidelobes in time
%measuring;
clear all; close all;
S=ones(1,10); BG=[1 1 -1 1 1 1 -1 1 1 1 -1;1 -1 1 1 -1 1 1 1 -1 -1 -1]; %ch
www.eeworm.com/read/139904/13121287
v musicprots.v
//对musicpro.v的测试文件
//add the cycle of clk,decrease the time simulating
`timescale 10ns/1ns
//`define hclk_cyc 83 //6Mhz
`define clk_cyc 5 //4hz
module musicprots;//(clk_6M,clk_4,speaker,high,
www.eeworm.com/read/455269/1624813
sh multirate.sh
#!/bin/bash
rm -f multi.txt
perr=0.01
nn=20
vocoder=g729
#vocoder=g711
for nn2 in 2 4 6 8 10 12 14 16 18 20 ; do
echo "Simulating network VOIP with nn2 = ${nn2}" >> multi.txt
../../../ns main.t
www.eeworm.com/read/300074/13939415
txt sa解tsp.txt
%使用模拟退火算法解决TSP问题的matlab通用源程序
%utilizing it solving TSP problem by simulating stealing algorithm
%[fval,route]=sa_tsp(d,10,0.1,.87)
%d=[0 2 1 2 0 0 1 0 1 2 1 1 1 1
%2 0 1 4 1 0 1
www.eeworm.com/read/390566/8459049
m demo_pf_nongaussian.m
%2DOF, eye-in-hand
%本程序仿真实现2自由度机器人对目标的跟踪
%使用粒子滤波估计总雅可比矩阵J
%噪声为非高斯噪声
clear all;
disp('=====Simulating ,please wait.......');
m=2; n=3; %m-feature number; n-sita number
L=[0.5, 0.5]
www.eeworm.com/read/393832/8260836
m sa_tsp.m
%utilizing it solving TSP problem by simulating stealing algorithm
%[fval,route]=sa_tsp(d,10,0.1,.87)
%d=[0 2 1 2 0 0 1 0 1 2 1 1 1 1
%2 0 1 4 1 0 1 1 1 3 1 0 2 1
%1 1 0 1 0 0 0 3 1 1 0 2 2 1
%2