登录
首页 » matlab » matlab 函数逼近与拟合源程序代码

matlab 函数逼近与拟合源程序代码

于 2019-02-13 发布
0 129
下载积分: 1 下载次数: 22

代码说明:

说明:  函数逼近与拟合 240   7.1 正交多项式 240   7.1.1 正交函数族 240   7.1.2 几个常用的正交多项式 242   7.2 最佳一致逼近 246   7.3 最佳平方逼近 249   7.4 最小二乘拟合 252   7.4.1 线性最小二乘拟合 253   7.4.2 非线性最小二乘拟合 255   7.4.3 多元最小二乘拟合 256   7.5 有理函数逼近 256   7.5.1 连分式逼近 257   7.5.2 Padé逼近 259   7.6 傅里叶逼近 262   7.7 MATLAB自带函数应用 264   7.7.1 polyfit函数 264   7.7.2 lsqcurvefit函数 266   7.7.3 nlinfit函数 267   7.7.4 lsqlin函数 268   7.7.5 lsqnonlin函数 269   7.8 应用案例 270(Matlab function approximation and fitting source code)

文件列表:

CH07, 0 , 2019-02-13
CH07\addallnum.m, 63 , 2017-02-27
CH07\addrownum.m, 898 , 2017-02-14
CH07\bsqapprox.m, 1189 , 2017-05-15
CH07\cfracapprox.m, 783 , 2017-05-15
CH07\example7_end_1.m, 883 , 2017-05-15
CH07\example7_end_2.m, 959 , 2017-05-15
CH07\lsqfit.m, 813 , 2017-05-15
CH07\opfun.m, 1109 , 2017-05-15
CH07\orthopoly.m, 611 , 2017-05-15
CH07\padeapprox.m, 1178 , 2017-05-15
CH07\permeability.m, 1198 , 2017-05-15
CH07\remes.m, 2296 , 2017-05-15
CH07\triapprox.m, 1216 , 2017-05-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 实验3
    1、单向通信 向甲方连续不断地发送变量a的值,未按键,a=0x0f,按键后根据按键确定a值;并将a的值取反从P0口输出,控制D0、D1、D2、D3相应点亮。乙方接收到数据并偶校验正确后,将接收数据取反从P0口输出,控制D0、D1、D2、D3相应点亮。 2、双向通信 甲方连续不断地发送变量a的值,未按键,a=0x0f,按键后根据按键确定a值;乙方未按键不发送,按键后将乙方按键得到的a*16发送;甲乙双方都将发送数据与接收数据相或后再取反,从P0口输出控制D0—D7相应点亮。 3、间隔发送 未按键,甲方不发送数据,按键后甲方每隔50ms连续发送4个字节:0xff、a、a、a。 乙方只在收到甲方数据0xff后的3个数据并验证相同时,才将接收数据*16发送。 甲乙双方都将发送数据与接收数据相或后,从P0口输出控制D0—D7相应点亮。(1. One-way communication The value of variable a is continuously sent to Party A without key, a = 0x0f. After the key is pressed, the value of a is determined according to the key; and the value of a is output from P0 port to control the corresponding lighting of D0, D1, D2 and D3. After receiving the data and checking it correctly, Party B will output the received data from P0 port and control D0, D1, D2 and D3 to light up accordingly. 2. Two-way communication Party A continuously sends the value of variable a without key, a = 0x0f, and determines a value according to the key after the key; Party B does not send the key without key, and sends the a*16 obtained by the key after the key is pressed; Both parties will send the data to or from the receiving data, and then retrieve the data and control D0-D7 from the P0 port to light up accordingly. 3. Interval Sending Without keys, Party A does not send data. After keys, Party A sends 4 bytes continuously every 50 ms: 0xff, a, a.)
    2020-11-16 09:29:42下载
    积分:1
  • AT24C02(消费+充值)
    通过按键在数码管进行简单的充值和消费。比如数码管的数值是100,按一个按键消费10,那么按另一个按键是充值10元,(Through the button in the digital tube for simple recharge and consumption. For example, the number of digital tube is 100, the consumption of 10 by one button is 10 yuan by another key.)
    2018-05-27 17:16:25下载
    积分:1
  • StateEsti
    说明:  车辆状态估计的simulink仿真模型,可用于估计横摆角速度,侧偏角,纵向速度,使用EKF(the simulink model of the vehicle motion state estimation based on EKF)
    2020-06-29 15:33:43下载
    积分:1
  • UserClone
    功能: 1.增加用户并添加到Administrators组 2.克隆指定帐户(Function: 1. Increase the users and added to the Administrators group 2. Cloning of a designated account)
    2021-05-06 18:28:37下载
    积分:1
  • axlillm
    基于gfq)的ldpc编译码程序 A LDPC coding program based(Based on GFQ) LDPC decoding programming A LDPC coding program -based)
    2017-08-12 18:00:14下载
    积分:1
  • Assar_03_EA
    aSSAR 03 Expert Advisor
    2020-06-24 04:20:01下载
    积分:1
  • 经典的群面试题 欢迎下载哦 说不定有意外的惊喜
    经典的群面试题 欢迎下载哦 说不定有意外的惊喜-Classic group face questions welcome download Oh maybe there are surprises
    2022-12-11 11:05:03下载
    积分:1
  • 数据结构与算法分析:C语言描述(原书第2版)带习题答案
    资源简介:数据结构与算法分析:C语言描述(中文) 习题答案是英文的数据结构与算法分析:C语言描述(原书第2版)》内容简介:书中详细介绍了当前流行的论题和新的变化,讨论了算法设计技巧,并在研究算法的性能、效率以及对运行时间分析的基础上考查了一些高级数据结构,从历史的角度和近年的进展对数据结构的活跃领域进行了简要的概括。由于《数据结构与算法分析:C语言描述(原书第2版)》选材新颖,方法实用,题例丰富,取舍得当。《数据结构与算法分析:C语言描述(原书第2版)》的目的是培养学生良好的程序设计技巧和熟练的算法分析能力,使得他们能够开发出高效率的程序。从服务于实践又锻炼学生实际能力出发,书中提供了大部算法的C程序和伪码例程,但并不是全部。一些程序可从互联网上获得
    2022-02-14 06:34:31下载
    积分:1
  • frmGoodsOutDetail
    说明:  this is a test upload.... let me upload it for testing purpose please.. i really want to download a file
    2020-06-25 06:20:02下载
    积分:1
  • Dis_huil
    实现离散灰色预测算法,该算法较灰色预测算法更为准确(Discrete grey prediction algorithm)
    2018-08-06 16:33:27下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 33今日下载