搜索结果
找到约 632 项符合
z-transform 的查询结果
技术管理 这是一篇介绍二分树复数小波的文章
这是一篇介绍二分树复数小波的文章,里面很详细的介绍了Dual tree complex wavelet transform。希望大家有帮助
VHDL/FPGA/Verilog verilog HDL 编写的PWM
verilog HDL 编写的PWM,是初学CPLD者入门Z资源,epm7128stc100-10
书籍源码 L为桩长
L为桩长,r为计算点与桩轴线的水平距离,z为计算点距离地面深度。都取正值
%f1,f2,f3依次是点荷载、均布荷载以及三角形荷载下的Geddes应力解函数
%Ip,Ir,It依次是对应三个荷载下的应力系数,负表示拉,正表示压
其他 风魂游戏库源码 风魂plus,最新的源码包
风魂游戏库源码
风魂plus,最新的源码包,解压密码为www.csai.cn
z
书籍源码 同一个数会由于采用不同的基数而使得其表现的形式是完全不一样的
同一个数会由于采用不同的基数而使得其表现的形式是完全不一样的,在我们的学习中,我们熟悉的基数有10进制、12进制、60进制、2进制、8进制和16进制。比如数据12,如果我们用2进制表示,则它就是1100;如果用3进制表示就是110;如果用8进制表示则是14。我们的编程任务就是与数的进制(也就是基数)有关。
程序中我们会给 ...
其他 BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [
BNB20 Finds the constrained minimum of a function of several possibly integer variables.
% Usage: [errmsg,Z,X,t,c,fail] =
% BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...)
%
% BNB solves problems of the form:
% Minimize F(x) subject to: xlb <= x0 <=xub
% A*x <= B ...
其他 Problem Statement You are given a string input. You are to find the longest substring of input su
Problem Statement
You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input.
Definition
Class: ReverseSubstring
Method: findReversed
Parameter ...
数值算法/人工智能 对电磁波入射的源为偶极子进行仿真
对电磁波入射的源为偶极子进行仿真,可以z作为其他电磁仿真问题中的源的设置子函数用
其他 This m file analyzes a coherent binary phase shift keyed(BPSK) and a amplitude shift keyed(ASK) comm
This m file analyzes a coherent binary phase shift keyed(BPSK) and a amplitude shift keyed(ASK) communication system. The receiver uses a correlator(mixer-integrator[LPF]) configuration with BER measurements comparing measured and theoretical results. The bandpass and low pass used in the receiver a ...
matlab例程 里面是几个小波构造的程序
里面是几个小波构造的程序,Daubechies小波基的构造,采用多孔trous算法(undecimated wavelet transform)实现小波变换 。