搜索资源列表
FBGFP 光纤光栅法布里—珀罗腔(FBG F-P)的matlab仿真程序
- 光纤光栅法布里—珀罗腔(FBG F-P)的matlab仿真程序。利用光纤光栅的矩阵传输特性。-Fiber Bragg Grating Fabry- Perot cavity (FBG FP) of matlab simulation program. Optical fiber grating transmission characteristics of the matrix.
ch3example1A
- fp=2400hz,fs=5000hz,rp=3db,rs=25db.求其3dB时的各项参数!-fp = 2400hz, fs = 5000hz, rp = 3db, rs = 25db. for its 3dB at the time of the parameters!
ch3example1B
- 椭圆滤波器,fp=2400hz,fs=5000hz,rp=3dB,rs=25dB,求其3dB时的各项参数!-Elliptic filter, fp = 2400hz, fs = 5000hz, rp = 3dB, rs = 25dB, for its 3dB at the time of the parameters!
MATLABchebhigh2cheblow1
- 自己做的: (一)用双线性变换法设计并用实验系统实现一个三阶的契比雪夫Ⅰ型低通数字滤波器,其采样频率Fs =8KHz,1DB通带边界频率为fp=2KHz。 (二)用双线性变换法设计并用实验系统实现一个三阶的契比雪夫Ⅱ型高通数字滤波器,其采样频率Fs =16KHz,阻带边界频率为fst =4KHz,As=20dB。 -(A) design using the bilinear transformation method and the experimental system of a
newtsol
- Newton-Armijo code for scalar equations: Inputs: X = initial iterate, F = function, TOLA = absolute error tolerance, TOLR = relative error tolerance, JDIFF = 0, analytic derivative, syntax: [f,fp]=f(x), JDIFF = 1, forward difference derivative , Outp
Spectrum
- function [f,Py,w,fp,Pmax]=spectrum(ug,dt) spectrum Compute the one-sided psd from the power spectrum refer to the help of fft and periodgram.m. codied by Dr. Ping TAN June, 2005- function [f, Py, w, fp, Pmax] = spectrum (ug, dt) spectr
3
- 用matlab实现的fp树。目的是发现频繁项集,但是本代码只是实现了fp树-Fp tree with a matlab implementation. Aim is to discover frequent itemsets, but only realized the fp tree code
design
- 根据语音信号的特点给出有关滤波器的性能指标:1)低通滤波器性能指标,fp=1000Hz,fc=1200 Hz, As=100dB,Ap=1dB;2)高通滤波器性能指标,fc=2800 Hz,fp=3000 Hz As=100dB,Ap=1dB;3)带通滤波器性能指标,fp1=1200 Hz,fp2=3000 Hz,fc1=1000 Hz,fc2=3200 Hz,As=100dB,Ap=1dB。用IIR对其分析,最后,利用MATLAB中的函数freqz画出各滤波器的频率响应。-This artic
matlab011
- 根据语音信号的特点给出有关滤波器的性能指标:1)低通滤波器性能指标,fp=1000Hz,fc=1200 Hz, As=100dB,Ap=1dB;2)高通滤波器性能指标,fc=2800 Hz,fp=3000 Hz As=100dB,Ap=1dB;3)带通滤波器性能指标,fp1=1200 Hz,fp2=3000 Hz,fc1=1000 Hz,fc2=3200 Hz,As=100dB,Ap=1dB。用IIR对其分析,最后,利用MATLAB中的函数freqz画出各滤波器的频率响应。-This artic
123
- 在matlab中实现巴特沃斯低通滤波器as=70 Fs=15000 Fp=9000 -butterworth lowpass filter as=70 Fs=15000 Fp=9000
BinaryIntegerProg
- 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~ 付上matlab程序,有需要的自己拿吧。 function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name) f = load(f_file_name) A = load(A_file_name) b = load(b_file_
FP
- hand gesture recognition using pca
FP-recognition-source-code
- fingerprint recognition matlab code
bisection
- Step 1: Set i=1 FA=f(a) Step 2: while i≤ No do step 3-6. Step 3 set p=(a+b)/2 FP=f(p) Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP. Step 5 set i=i+1 Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p. Step 7 OUTPUT (‘
bisection_new
- Step 1: Set i=1 FA=f(a) Step 2: while i≤ No do step 3-6. Step 3 set p=(a+b)/2 FP=f(p) Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP. prepared by Razana Alwee 24 Algorithm Step 5 set i=i+1 Step 6 if FA.FP > 0
zhenghui
- 自己做的: (一)用双线性变换法设计并用实验系统实现一个三阶的契比雪夫Ⅰ型低通数字滤波器,其采样频率Fs =8KHz,1DB通带边界频率为fp=2KHz。 (二)用双线性变换法设计并用实验系统实现一个三阶的契比雪夫Ⅱ型高通数字滤波器,其采样频率Fs =16KHz,阻带边界频率为fst =4KHz-matlab gui
code
- Minhashing和LSH算法。用于查找和比较一个pair是否是相似的。并分析false negative和false positive的值-Minhashing and Locality-Sensitive-Hashing (LSH). The algorithms are approximate in that they find only candidate pairs that are likely similar. Therefore, there are two types of
ypml116-fp-growth
- FP growth 代码 之前在网上找到的 感觉还不错-FP growth code
fp toushe
- 用MATLABF仿真FP腔的传输特性,包括损耗,折射率以及半径对传输特性的影响(FP transmission based on MATLAB)
AssociationRules1
- fp-growth和apriori的matlab程序(algorithms of Assiciation Rule Mining: the matlab program of FP growth and Apriori; from yarpiz;)