搜索资源列表
zhp20060416
- 任意给定点坐标,可以拟合出B样条曲线,用Matlab写的,算法明确。-arbitrary coordinates to the spot, could fit the B-spline curves, using Matlab written in the algorithm clear.
current_park
- 用C语言编写的在Simulink环境下对3相交流电机交直流帕克变换进行数值仿真的S函数源代码。特点:考虑到了便于在单片机中执行的特点,完全使用定点算法实现。在MATLAB中编译成动态链接库后就可在Simulink中使用。-C language in the Simulink environment for 3-phase AC and DC motor Parker transform few value of the S-function simulation source code. Fea
polygon_cut
- 自己编写的 matlab gui 可以实现任意多边形定点参数输入 然后使用Sutherland_Hodgeman等算法进行多边形被矩形截取的演示程序
matlab定点fft仿真
- 该程序用于仿真定点FFT实现算法
radix4FFT
- 基4FFT的matlab 有定点,浮点等三种算法程序-4FFT matlab
MATLABDSP
- 本论文利用TI公司的16位定点DSP芯片TMS320VC5416-160的硬件、软件结构和特性实现了数字滤波器的设计。深入研究了DSP芯片的硬件开发技术和软件编程技术及调试技巧 在MATLAB环境下,利用MATLAB语言编写程序对IIR滤波器进行仿真并得到滤波器的系数 关于matlab与DSP等。-In this paper, the use of TI' s 16-bit fixed-point DSP chip TMS320VC5416-160 hardware, software
dijkstra
- 解决图论中指定点到任意一点的最短路问题,并给出最短路径。-dijkstra
DFP_algorithm
- DFP, 本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点 -DFP, this procedure applies to solution of the form f (x) = 1/2* x' Ax+ bx+ c quadratic function of the stable point
FastICA_25
- 这是关于fastICA不定点算法的程序,运行环境为matlab,可实现盲信号分离-This is about non-fixed-point algorithm fastICA program, running environment for matlab, can realize blind signal separation
tricordic
- 用CORDIC计算器计算sin,cos。包含浮点仿真模型和定点仿真模型-CORDIC calculator with sin, cos. Contains the floating-point simulation model and the fixed-point simulation model
ICALAB_last
- 独立分量ica:快速ICA算法软件包是基于MATLAB程序实现的快速定点独立成分分析和投影寻踪算法。它具有一个易于使用的图形用户界面,以及强大的计算算法。-The FastICA package is a free (GPL) MATLAB program that implements the fast fixed-point algorithm for independent component analysis and projection pursuit. It features an
transform
- 在matlab中实现十进制到有符号定点二进制的转换-To achieve in matlab decimal to binary signed conversion of fixed-point
Ultrawideband
- 超宽带(UWB)的多频带OFDM与定点transmitterreceiver物理层建模 UWB的分析 超宽带的BPSK分析 第五阶导数的BPSK超宽带 超宽带信道模型 超宽带链接分析 超宽带单环 超宽带单脉冲 超宽带多旋回-Ultra-wideband (UWB) multiband OFDM physical layer with fixed-point transmitterreceiver modeling analysis of UWB UWB BPSK
EdF-read
- 快速定点独立分量分析算法编码能有效提取心电或脑电信号-Fast fixed-point independent component analysis algorithm can effectively extract the encoded ECG or EEG
dingdian
- 有关定点心电数据处理的算法的算法实现,分别用C语言和Matlab语言-youguan dingdian xindian shuju chuli de suan fa shixian ,fen bie yong C and Matlab
myfilter
- 用MATLAB仿真并计算出IIR滤波器的参数,为了防止在定点滤波器溢出,通过程序转化为定点处理器中的滤波参数-Simulation IIR Filter parameters
正交多项式最小二乘拟合
- 计算给定点列的曲线拟合最小二乘法得到的函数(The function of least square method for curve fitting of fixed point column)
project_homework_sqp
- matlab直接打靶法,适用于最优控制。解决小车定点停车问题。(Matlab direct shooting method, applied to the optimal control.Solve the problem of car parking)
图像的分析
- 可显示图像中指定点的坐标值、像素值、图像强度曲线、图像像素强度曲线、等值线、均值、标准差、协方差系数、质心、边界等。(It can display coordinate values, pixel values, image intensity curves, pixel intensity curves, contour lines, mean value, standard deviation, covariance coefficient, centroid, boundary and s
md 机械臂设计及其定点转动Minimum-Snap轨迹规划
- Part 01 机械臂设计 设计一个六自由度机械臂,分析证明其操作器尖端的灵巧工作空间,并用蒙特卡洛方法验证了灵巧工作空间的正确性。 Part 02 Minimum-Snap 轨迹规划 令操作臂尖端位置固定,使其绕灵巧工作空间的某个内点作定点转动。选择三维空间中一段封闭圆作为第三关节目标轨迹,生成多个离散轨迹点。利用逆运动学求解得到每个离散轨迹点对应的各关节变量,利用MATLAB Robotics Toolbox生成机械臂绕定点旋转动画,采用Minimum Snap方法进行**轨迹规划,*