-
Matlab-technical
它讲的是关于Matlab的一些使用技巧和技术。(It said on a number of Matlab to use the skills and technology.)
- 2007-07-19 08:47:47下载
- 积分:1
-
Notes_Prep_Guide
CCISP考试指南与导读
CISSP STUDY NOTES FROM CISSP PREP GUIDE 1
DOMAIN 1 – SECURITY MANAGEMENT PRACTICES 2
DOMAIN 2 – ACCESS CONTROL SYSTEMS 7
DOMAIN 3 – TELECOM AND NETWORK SECURITY 13
DOMAIN 4 – CRYPTOGRAPHY 34
DOMAIN 5 – SECURITY ARCHITECTURE AND MODELS 46
DOMAIN 6 – OPERATIONS SECURITY 56
DOMAIN 7 – APPLICATIONS AND SYSTEM DEVELOPMENT 63
DOMAIN 8 – BUSINESS CONTINUITY AND DISASTER RECOVERY PLANNING 70
DOMAIN 9 – LAW, INVESTIGATION AND ETHICS 78
DOMAIN 10 – PHYSICAL SECURITY 87(CCISP test guidelines and guidance CISSP STUDY NOTES FROM CISSP PREP GUIDE 1DOMAIN 1- SECURITY MANAGEMENT PRACTICES 2DOMAIN 2- ACCESS CONTROL SYSTEMS 7DOMAIN 3- TELECOM AND NETWORK SECURITY 13DOMAIN 4- CRYPTOGRAPHY 34DOMAIN 5- SECURITY ARCHITECTURE AND MODELS 46DOMAIN 6- OPERATIONS SECURITY 56DOMAIN 7-- APPLICATIONS AND SYSTEM DEVELOPMENT 63DOMAIN 8- BUSINESS CONTINUITY AND DISASTER RECOVERY PLANNING 70DOMAIN 9- LAW, INVESTIGATION AND ETHICS 78DOMAIN 10- PHYSICAL SECURITY 87)
- 2007-10-15 22:45:01下载
- 积分:1
-
orient_gabor
Source code for computing orientation of fingerprint and using gabor filter for enhancement.
- 2010-03-06 09:39:58下载
- 积分:1
-
similar
图像相似判断matlab用于两个图片的相似度进行比较和分析,一个采用巴氏系数计算法。另外一个rfg越接近1则越相似(matlab similar )
- 2014-10-24 17:12:19下载
- 积分:1
-
cir4_trasformer
Three-phase electric power is a common method of alternating-current electric power generation, transmission, and distribution.[1] It is a type of polyphase system and is the most common method used by electrical grids worldwide to transfer power. It is also used to power large motors and other heavy loads. A three-phase system is usually more economical than an equivalent single-phase or two-phase system at the same voltage because it uses less conductor material to transmit electrical power.[2] The three-phase system was independently invented by Galileo Ferraris, Mikhail Dolivo-Dobrovolsky and Nikola Tesla in the late 1880s.
- 2013-12-16 15:23:30下载
- 积分:1
-
erjnzhibianma
snrz.m 本函数实现将输入的一段二进制码编为相应的单极性非归零码输出
snr.m 本函数实现将输入的一段二进制码编为相应的单极性归零码输出
dnrz.m 本函数实现将输入的一段二进制码编为相应的双极性非归零码输出
dnr.m 本函数实现将输入的一段二进制码编为相应的双极性归零码输出(snrz.m achieve this function the input of a binary code compiled for the corresponding unipolar NRZ output snr.m functions for the input of the binary code compiled for the corresponding period of the unipolar NRZ output dnrz.m The functions for the input of a binary code compiled for the corresponding bipolar NRZ output dnr.m achieve this function the input of a binary code compiled for the corresponding output bipolar RZ)
- 2011-06-03 21:58:30下载
- 积分:1
-
matlab
上百个matlab程序,包含所有基本课本程序(Hundreds matlab program, the program contains all the basic textbooks)
- 2014-08-19 15:25:44下载
- 积分:1
-
Beamforming
program based on Rayliegh fading channel with and without beamforming.
- 2013-02-08 12:46:14下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
fibonacci
说明: 优化理论与方法的斐波那契法的matlab程序(Optimization Theory and Methods Fibonacci law matlab program)
- 2008-11-03 18:04:27下载
- 积分:1