CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Graphics
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Graphics - List
[
Algorithm
]
带通fir设计及图形显示比较
DL : 2
数字带通滤波器的设计过程。共3个源程序。其中,dos.cpp为带通FIR的源程序,其中的滤波器阶数n,滤波器的低频fln,滤波器的高频fhn,窗函数w,可以按照自己的要求改变。这里采用的是汉宁窗。主函数main.cpp实现输入与fir的h(n)的卷积,输出结果Y(n),并将其存储在y.txt中。最后,graphics.cpp从y.txt读取数据,再由语句画出波形,可以清楚地看出计算结果是否正确,并进行比较。-digital band-pass filter design process. A total of three sources. Among them, dos.cpp FIR bandpass to the source, the filter order n, the low-frequency filter FLN, the high-frequency filter fhn, window function w, in accordance with the requirements change. Here is the Hanning window. The main function main.cpp achieve the input and fir h (n) convolution, the output Y (n), and store them in y.txt China. Finally, graphics.cpp y.txt read data from and then draw waveform statement, we can clearly see whether calculations are correct, and comparisons.
Date
: 2025-12-24
Size
: 2kb
User
:
feide
[
Algorithm
]
习题七
DL : 0
matlab在图形处理方面的简单应用 matlab简单程序设计-Matlab graphics processing in a simple application of Matlab simple program design
Date
: 2025-12-24
Size
: 16kb
User
:
赖峥嵘
[
Algorithm
]
贝叶斯辨识
DL : 0
一个很有用的贝叶斯辨识的MATLAB程序,结果会很流畅的图形输出.-a very useful identification of MATLAB Bayesian procedures, and results will be very smooth graphics output.
Date
: 2025-12-24
Size
: 2kb
User
:
gxsh
[
Algorithm
]
c语言简易计算器
DL : 0
用c语言实现的简易计算器,键盘操作,图形界面,可以进行四则运算-use of simple language calculator, keyboard, graphics interface, for four Operational
Date
: 2025-12-24
Size
: 2kb
User
:
达闻西
[
Algorithm
]
GraphMath
DL : 0
这是图形处理中常用的数学计算方法。比较全面,已应用到实际软件项目中,可直接引用。欢迎提供更好的算法一起交流。-This is the commonly used graphics mathematical calculation. More comprehensive, and has been applied to practical software projects can be directly invoked. Welcome to provide better communication with the algorithm.
Date
: 2025-12-24
Size
: 34kb
User
:
赵泳
[
Algorithm
]
projet2
DL : 0
数学解析,微分图形,加事例,一个相对具体的教学用得实列,运用gnuplot成形-mathematical analysis, differential graphics, plus examples of a relatively specific teaching solid series Forming use gnuplot
Date
: 2025-12-24
Size
: 2.63mb
User
:
王海晨
[
Algorithm
]
read_write_dib
DL : 0
图形模式下读写屏幕象点,全是C语言原代码-graphics mode screen reader like, all the original C language code
Date
: 2025-12-24
Size
: 8kb
User
:
ggg
[
Algorithm
]
fxxh11
DL : 0
[c语言]分形算法实现雪花图形绘制 代码精简明了,是研究分形算法的朋友良好的参考资料-[c Language] fractal algorithm snowflakes graphics rendering code to streamline clear, research fractal algorithm good friends reference
Date
: 2025-12-24
Size
: 31kb
User
:
[
Algorithm
]
Zhangjg_dsp
DL : 0
这是我学习数字信号处理时编写的程序!功能就是显示一些常用的函数的图形!并可以做FFT计算!-This is what I have learned from digital signal processing to prepare the procedures! Function is to show that some of the functions commonly used graphics! And FFT calculation can be done!
Date
: 2025-12-24
Size
: 265kb
User
:
张建根
[
Algorithm
]
lzxjd
DL : 0
一个用vb编的程序,用图形来计算两直线交点的坐标.-a vb series with the procedures used to calculate two graphics straight intersection coordinates.
Date
: 2025-12-24
Size
: 7kb
User
:
史芸初
[
Algorithm
]
VCCorrelate
DL : 0
用VC+MSTUDIO实现的WINDOWS平台下相关运算,并有图形显示,方便仿真和计算.-VC MSTUDIO achieve the Windows platform related operations, and graphics, facilitate the simulation and calculation.
Date
: 2025-12-24
Size
: 87kb
User
:
王大众
[
Algorithm
]
Spline12345
DL : 0
用参数样条曲线拟合型值点的算法。实现将11个型值点的拟和。在CAD中有广泛应用。用OpenGL绘制出图形。-parameters spline curve fitting data points algorithm. Implementation of 11-point values and the proposed. CAD is widely used. Drawn with OpenGL graphics.
Date
: 2025-12-24
Size
: 2kb
User
:
成熠
[
Algorithm
]
30suanfa
DL : 0
VB源码三十种算法及图形-VB source code 30 kinds of algorithms and graphics
Date
: 2025-12-24
Size
: 7kb
User
:
regtwo
[
Algorithm
]
miscellaneous
DL : 0
有限元计算中,图形绘制与输出,对于从事有限元分析的可以一看-Finite element calculations, graphics rendering and output, for finite element analysis can one watch
Date
: 2025-12-24
Size
: 2kb
User
:
崔向阳
[
Algorithm
]
SVD
DL : 0
% 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法, % 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵, % 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。 % 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分解的矩阵或者严重病态矩阵的线性方程都能很好的得到解- Singular value decomposition (sigular value decomposition, SVD) is another orthogonal matrix decomposition method SVD decomposition is the most reliable method, but it takes more than QR decomposition near ten times the computing time. [U, S, V] = svd (A), in which U and V on behalf of two mutually orthogonal matrix, and the S on behalf of a diagonal matrix. And QR decomposition are the same, the original matrix A is no need for the square matrix. The use of SVD decomposition method are used as a solution of least squares error method and data compression. Using SVD decomposition solution of linear equations, in Quke2 on to use this information to calculate the graphics performance quite good. In the calculation of linear equations, some indecomposable matrix or serious pathological matrix of linear equations can be a very good solution
Date
: 2025-12-24
Size
: 3kb
User
:
zhxj
[
Algorithm
]
FFTRECT
DL : 0
快速傅里叶变换的C程序实现,实现了矩形脉冲的FFT,并画出了其图形-Fast Fourier Transform of C procedures realize, realize a rectangular pulse of the FFT, and to draw its graphics
Date
: 2025-12-24
Size
: 1kb
User
:
余海强
[
Algorithm
]
589663-583763-fortodxf
DL : 0
一个很好的FOR TO DXF的转换程序,适合模型转换图形应用-A very good FOR TO DXF conversion program, suitable for model conversion graphics applications
Date
: 2025-12-24
Size
: 1kb
User
:
李广成
[
Algorithm
]
b037_drawdemo.ZIP
DL : 0
一个演示VB图形的程序,包括颜色模糊算法-A presentation graphics VB procedures, including color-fuzzy algorithm
Date
: 2025-12-24
Size
: 6kb
User
:
张问津
[
Algorithm
]
graphics-fill-the-regular-hexagon
DL : 0
图形填充计算机图形学图形填充,计算机图形学,图形填充正六边形-Filling of computer graphics graphics fill, computer graphics, graphics fill the regular hexagon
Date
: 2025-12-24
Size
: 1kb
User
:
HAHA
[
Algorithm
]
graphics
DL : 0
This program demonstrate the usage of Borland graphics functions, these are available only for msdos 16 bit programs using TurboC++ compiler.
Date
: 2025-12-24
Size
: 1kb
User
:
Muhammad Asif
«
1
2
3
4
5
6
7
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.