Welcome![Sign In][Sign Up]
Location:
Search - Quadrature

Search list

[matlabjsffbg

Description: 计算方法实验报告: 编程环境:MATLAB7.0 牛顿K次插值多项式的程序实现 龙贝格求积公式的程序实现 高斯列主元消去法的程序实现.-report : Programming Environment : Newton MATLAB7 K polynomial interpolation procedures to achieve Romberg of Quadrature program Gaussian out PCA Elimination of the program.
Platform: | Size: 92160 | Author: 林明清 | Hits:

[Communicationqpsk_rm31

Description: 采用汉明码的qpsk信号在高斯信道下的源程序-using the Gaussian quadrature signal in the channel source
Platform: | Size: 2048 | Author: 朱磊 | Hits:

[Documentsquadrature

Description: 基于matlab的数值计算试验程序。equ_direct,equ_iter,interpolation等-based on the numerical calculation Matlab testing procedures. Equ_direct, equ_iter, interpolation, etc.
Platform: | Size: 3072 | Author: liuyiwen2007 | Hits:

[matlabqammodulation

Description: QAM,(正交振幅键控调制),输出为QAM调制产生的复包络信号-QAM, (quadrature amplitude modulation keying), QAM modulation output generated by complex envelope signal
Platform: | Size: 1024 | Author: 傲然寒风 | Hits:

[AlgorithmIntegral

Description: 数值分析 求积分算法源码,VC++,龙贝格求积算法,高斯-勒让德求积算法-Integral Algorithm for Numerical Analysis of source code, VC++, Romberg quadrature algorithm, Gauss- Legendre quadrature algorithm
Platform: | Size: 172032 | Author: GYZ | Hits:

[DSP programQEP_DAC_board

Description: TMS320F2812DSP与DAC7731的接口程序,DSP的QEP单元接收正交编码信号的程序-TMS320F2812DSP interface with the DAC7731 procedures, DSP unit to receive the QEP process quadrature encoder signals
Platform: | Size: 160768 | Author: 陈现敏 | Hits:

[MiddleWareGauss-Legendre

Description: Gauss-Legendre 采用五点 Gauss-Legendre 求积公式计算定积分,-Gauss-Legendre using five-point Gauss-Legendre quadrature formula for calculating the definite integral,
Platform: | Size: 33792 | Author: linnan | Hits:

[matlabNumerical_Computing_with_MATLAB

Description: Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numerical methods, Matlab, and technical computing. The emphasis is on in- formed use of mathematical software. We want you learn enough about the mathe- matical functions in Matlab that you will be able to use them correctly, appreciate their limitations, and modify them when necessary to suit your own needs. The topics include * introduction to Matlab, * linear equations, * interpolation, * zero and roots, * least squares, * quadrature, * ordinary di?erential equations, * random numbers, * Fourier analysis, * eigenvalues and singular values, * partial di?erential equations.-Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory coursein numerical methods, Matlab, and technical computing. The emphasis is on in-formed use of mathematical software. We want you learn enough about the mathe-matical functions in Matlab that you will be able to use them correctly, appreciatetheir limitations, and modify them when necessary to suit your own needs. Thetopics include* introduction to Matlab,* linear equations,* interpolation,* zero and roots,* least squares,* quadrature,* ordinary di? erential equations,* random numbers,* Fourier analysis,* eigenvalues and singular values,* partial di? erential equations.
Platform: | Size: 3994624 | Author: | Hits:

[Algorithmmy_codes

Description: 平时完成作业做的几个小程序。有数值计算方面的梯形公式求积、simpson算法求积、Jacobi算法求解线性方程组、Gauss-Seidel法求解线性方程组,还有一个简单的学习成绩管理信息系统,可实现成绩录入、查询和排序等功能-Peacetime operation completed several small procedures done. Numerical calculations have trapezoidal quadrature formula, simpson quadrature algorithm, Jacobi algorithm for solving linear equations, Gauss-Seidel method to solve linear equations, there is a simple performance management information system, can achieve results entry, query and sorting functions
Platform: | Size: 5120 | Author: huangye | Hits:

[SCMShuttle

Description: 旋转编码开关(飞梭),输出信号为正交编码,可判断转动方向和飞梭旋转量-Rotary Encoder switch (Shuttle), the output signal for the quadrature encoder can determine the rotation direction and rotation amount of Shuttle
Platform: | Size: 2048 | Author: tomyin | Hits:

[AI-NN-PRSimpson

Description: [数值算法]积分算法之Simpson算法 Simpson算法来源于Newton-Cotes公式,是一种插值型求积算法.在高阶时数值的稳定性较差,故常用的是比较低较的几种情况.-[Numerical algorithm] integral algorithm of Simpson algorithm Simpson algorithm derived from Newton-Cotes formula, is a type quadrature interpolation algorithm. In the high-end when the value is less stable, it is more commonly used than the low of several situations .
Platform: | Size: 8192 | Author: AnySand | Hits:

[matlabadapQuad

Description: 迭代自适应Simpson,Lobatto积分 In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and clear representation. However, recursive quadrature algorithms might be transformed into iterative quadrature algorithms without major modifications in the structure of the algorithm. We present iterative adaptive quadrature algorithm (adaptiveSimpson and adaptiveLobatto), which preserves the compactness and the clarity of the recursive algorithms (e.g. quad, quadv, and quadl). Our iterative algorithm provides a parallel calculation of the integration function, which leads to tremendous gain in run-time, in general. Our results suggest a general iterative and not a recursive implementation of adaptive quadrature formulas, once the programming language permits parallel access to the integration function. For details the attached PDF file Conrad_08.pdf. -Iterative Adaptive Simpson, Lobatto Points In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and clear representation. However, recursive quadrature algorithms might be transformed into iterative quadrature algorithms without major modifications in the structure of the algorithm.We present iterative adaptive quadrature algorithm (adaptiveSimpson and adaptiveLobatto), which preserves the compactness and the clarity of the recursive algorithms (eg quad, quadv, and quadl) . Our iterative algorithm provides a parallel calculation of the integration function, which leads to tremendous gain in run-time, in general. Our results suggest a general iterative and not a recursive implementation of adaptive quadrature formulas, once the programming language permits parallel access to the integration function. For details the attached PDF file Conrad_08.pdf.
Platform: | Size: 231424 | Author: zzn | Hits:

[Algorithmtrapezium_formula_quadrature_new

Description: 数值分析中的复化梯形公式求积的问题,程序中含输入/输出界面。-Numerical Analysis of Complex Quadrature trapezoid formula of the problem, the program contains input/output interface.
Platform: | Size: 208896 | Author: 丁一 | Hits:

[matlab8QAM

Description: 利用matlab仿真软件,实现8QAM调制。在实现时采用正交调幅的方式,某星座点在I坐标上的投影去调制同相载波的幅度,在Q坐标上的投影去调制正交载波的幅度,然后将2个调幅信号相加就是所需的调相信号。-Use of matlab simulation software to achieve 8QAM modulation. In achieving the adoption of quadrature amplitude modulation means of a constellation in the I coordinates of the projection to the modulation of the amplitude-phase carrier, in the Q coordinates of the projection to the range of carrier orthogonal modulation, and then the sum of two AM signals is the required phase modulation signal.
Platform: | Size: 1024 | Author: yanyan | Hits:

[matlabSimulinkba

Description: Quadrature Amplitude Modulation (QAM)在MATLAB的仿真和应用-Simulink-based Simulation of Quadrature Amplitude Modulation (QAM
Platform: | Size: 108544 | Author: 哈哈 | Hits:

[matlabGauss-Legendre-quadrature

Description: 任意三角形上的任意阶Gauss积分程序 算法详见参考文献 H.T. Rathod, K.V. Nagaraja, B. Venkatesudu, N.L. Ramesh, Gauss Legendre quadrature over a triangle, J. Ind. Inst. Sci. 84 (2004) 183–188.-Gauss Legendre quadrature over any triangle
Platform: | Size: 2048 | Author: pankejia | Hits:

[VHDL-FPGA-Verilogdigital-quadrature-down-converter

Description: 基于FPGA的数字正交下变频器设计,在ALTERA的DE2开发板上设计一个多相滤波结构数字正交变换器。其中多相滤波模块是最关键模块,该模块将64阶滤波器的系数分成奇偶两路,并通过VHDL常数的方式存储在模块内部。这些常数是通过在MATLAB中调用FDATool,根据滤波器的参数要求来生成的。这些浮点格式的滤波器系数还需要在MATLAB中计算成二进制补码的形式,才可以存储在模块中。-FPGA-based digital quadrature down-converter design, ALTERA the DE2 development board to design a polyphase filter structure of the digital quadrature converter. Polyphase filter module which is the most critical module, 64-order filter coefficients are divided into two parity, and stored by VHDL constants inside the module. These constants are called by MATLAB FDATool, according to filter parameters required to generate the. These floating-point format in MATLAB filter coefficients need to be calculated into a binary form of complement, it can be stored in the module.
Platform: | Size: 7411712 | Author: joey | Hits:

[File Formatquadrature-mirror-filter

Description: 有关正交镜像滤波器组的优化设计方面的文章,方法新颖,简单实用-For the optimization of quadrature mirror filter design for articles on new, simple and practical
Platform: | Size: 408576 | Author: 谭方 | Hits:

[DSP programFTM-Quadrature-Decoder

Description: 飞思卡尔kinetis10的正交解码功能详解,包含例程。用于电机正反向测速。-the application of FTM Quadrature Decoder of Kinetis10.
Platform: | Size: 84992 | Author: pan | Hits:

[Communication-MobileOptical Quadrature psk (Coherent Detection)

Description: a coherent optical receiver for demodulating optical quadrature phase-shift keying (QPSK) signals. ... Third, this scheme is applicable to multilevel modulation formats such as M-array PSK and quadrature amplitude modulation (QAM). First contribution tackles the complexity of the direct detection noncoherent receiver for differentially encoded quadrature phase shift keying.
Platform: | Size: 559104 | Author: Khan17 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 38 »

CodeBus www.codebus.net