登录
首页 » matlab » 谐波合成

谐波合成

于 2020-10-28 发布
0 244
下载积分: 1 下载次数: 1

代码说明:

说明:  使用MATLAB软件可以实现脉动风速的模拟(The simulation of fluctuating wind speed can be realized by using MATLAB software)

文件列表:

谐波合成, 0 , 2016-03-18
谐波合成\SKSimulationwindfield.m, 2480 , 2016-03-18
谐波合成\Simulation wind field%2BFFT.asv, 2903 , 2016-03-18
谐波合成\Simulation wind field%2BFFT.m, 2903 , 2016-03-18
谐波合成\fg.asv, 2027 , 2016-03-18
谐波合成\fg.m, 2026 , 2016-03-18
谐波合成\fgw.asv, 2021 , 2016-03-18
谐波合成\fgw.m, 2021 , 2016-03-18
谐波合成\h.m, 821 , 2016-03-18
谐波合成\hg.m, 1076 , 2016-03-18
谐波合成\hxg.m, 1572 , 2016-03-18
谐波合成\hxg_sx.m, 1571 , 2016-03-18
谐波合成\tqu.asv, 1294 , 2016-03-18
谐波合成\tqu.m, 1319 , 2016-03-18
谐波合成\v.m, 1996 , 2016-03-18
谐波合成\v_sx.asv, 2041 , 2016-03-18
谐波合成\v_sx.m, 2042 , 2016-03-18
谐波合成\yz.m, 831 , 2016-03-18
谐波合成\yz1.m, 706 , 2016-03-18
谐波合成\yzsx1.m, 697 , 2016-03-18
谐波合成\zsx.asv, 7198 , 2016-03-18
谐波合成\zsx.m, 7203 , 2016-03-18
谐波合成\zxg.m, 1673 , 2016-03-18
谐波合成\zxg1.m, 1716 , 2016-03-18
谐波合成\zxg_sx.m, 1668 , 2016-03-18

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

发表评论

0 个回复

  • Erlang写的代理服务器
    将浏览器的代理服务器改成当前ip下端口号为1500,运行改代码,在浏览器上请求网页便可以看到Erlang命令行有输出。。工作原理:浏览器通过1500端口将请求发给代理服务器,代理服务器解析后通过80端口访问该主机,抓取网页后,只取网页的Body部分通过1500端口发给浏览器,于是我们就可以在浏览器上看到我们想要访问的网页。
    2022-03-16 05:09:58下载
    积分:1
  • 953140
    域名解析工具源码程序,例程调用API函数实现域名的解析。(DNS Tools source program, routine calls API functions domain name resolution.)
    2016-12-25 20:46:11下载
    积分:1
  • 用VC写的IP冲突防护器,借此可以熟悉.
    用VC编写的IP冲突防护器,借此可以熟悉网络编程.-VC IP conflict prepared by the protective device to be familiar with network programming.
    2022-02-13 09:00:19下载
    积分:1
  • fitcsvm
    说明:  Matlab可以使用fitrsvm创建回归支持向量机模型。fitrsvm在中低维预测变量数据集上训练或交叉验证支持向量机(SVM)回归模型。 fitrsvm支持使用内核函数映射预测变量数据,并支持通过二次编程实现目标函数最小化。要在高维数据集(即包含许多预测变量的数据集)上训练线性SVM回归模型,请改用fitrlinear。(Matlab can use fitrsvm to create regression support vector machine model. Fitrsvm trains or cross validates the support vector machine (SVM) regression model on the medium and low dimensional prediction variable data set. Fitrsvm supports the use of kernel function mapping to predict variable data, and supports the goal function minimization through secondary programming. To train a linear SVM regression model on a high-dimensional dataset (that is, a dataset containing many predictors), use fitrlinear instead.)
    2020-12-16 19:19:12下载
    积分:1
  • camera
    手机客户端和pc服务器端通过socket连接,pc发送信息可以控制手机端拍照(Android client connect to PC server by socket,and PC server can control the phone to take a picture by send to phone a message.)
    2013-12-04 17:39:12下载
    积分:1
  • chess
    说明:  matlab代码识别象棋棋盘、识别象棋文字等,有需要的可以下载使用!(Matlab code recognition chessboard)
    2021-04-20 10:28:50下载
    积分:1
  • IEEE 802.11a
    IEEE 802.11a-1999 (8802-11:1999/Amd 1:2000(E)), IEEE Standard for Information technology―Telecommunications and information exchange between systems―Local and metropolitan area networks―Specific requirements―Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) specifications―Amendment 1: High-speed Physical Layer in the 5 GHz band -IEEE 802.11a-1999 (8802-11:1999/Amd 1:2000 (E)), IEEE Standard for Information technology-Telecommunications and information exchange between systems-Local and metropolitan area networks-Specific requirements-Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) specifications-Amendment 1: High-speed Physical Layer in the 5 GHz band
    2022-04-21 04:09:44下载
    积分:1
  • st_asio_wrapper
    它是一个c/s网络编程框架,基于对boost.asio的包装(最低在boost-1.49.0上调试过),目的是快速的构建一个c/s系统;效率高、跨平台、完全异步,当然这是从boost.asio继承而来; 自动重连,数据透明传输,自动解决分包粘包问题(这一特性表现得与udp一样); 只支持tcp和udp协议;(It is a c/s network programming framework, based on boost.asio package (minimum tried to increase the boost-1.49.0), the purpose is to build a fast c/s systems efficient, cross-platform, fully asynchronous, Of course, this is from boost.asio inherited Auto-reconnect, transparent data transmission, automatic sub-stick package to solve the problem (this feature behave the same with udp) Only supports tcp and udp protocol )
    2013-08-22 10:10:54下载
    积分:1
  • 页上模拟windows开始菜单与windows窗口
    在网页上模拟windows开始菜单与windows窗口-Simulation of windows on the page with the windows Start menu window
    2023-04-28 19:30:04下载
    积分:1
  • ,入门书籍,供者从入门、掌握、熟悉的一本好书籍。...
    网络编程,入门书籍,供网络编者从入门、掌握、熟悉的一本好书籍。-Network programming, book entry for the network from entry editor, master, familiar with a good book.
    2022-03-21 15:01:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载