<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/panbinfeng" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/panbinfeng" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 22 Jan 2008 14:02:00 GMT</lastBuildDate><title>涤生专栏</title><description>涤过去之种种,开更生之气象</description><link>http://blog.csdn.net/panbinfeng/</link><item><title>李敖的两首情诗</title><link>http://blog.csdn.net/panbinfeng/archive/2008/01/22/2058883.aspx</link><wfw:comment>http://blog.csdn.net/panbinfeng/comments/2058883.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/panbinfeng/comments/commentRss/2058883.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2058883</trackback:ping><description>李敖的两首情诗&lt;img src =&quot;http://blog.csdn.net/panbinfeng/aggbug/2058883.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 22 Jan 2008 22:02:00 +0800</pubDate><author>潘涤生</author><comments>http://blog.csdn.net/panbinfeng/archive/2008/01/22/2058883.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/panbinfeng/archive/2008/01/22/2058883.aspx</guid><dc:creator>潘涤生</dc:creator></item><item><title>RTX 介绍</title><link>http://blog.csdn.net/panbinfeng/archive/2006/11/02/1363638.aspx</link><wfw:comment>http://blog.csdn.net/panbinfeng/comments/1363638.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/panbinfeng/comments/commentRss/1363638.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1363638</trackback:ping><description>Windows XP、XPe、2000、NT和NTe是目前用于关键任务控制和应用、需要时间敏感处理的强大自动控制平台。

但是，开发者希望在应用Windows优点的同时，又拥有传统RTOS特征（包括高性能、高可靠性和高确定性）的开发和执行环境，许多传递这种需求的选择通常有两种解决方案：一种是连接一个基于Windows的能处理复杂GUI的处理器或卡；另一种是连接一个能进行关键处理的协处理器或DSP卡。这两种解决方案都涉及硬件的设计和改造。&lt;img src =&quot;http://blog.csdn.net/panbinfeng/aggbug/1363638.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 03 Nov 2006 06:34:00 +0800</pubDate><author>潘涤生</author><comments>http://blog.csdn.net/panbinfeng/archive/2006/11/02/1363638.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/panbinfeng/archive/2006/11/02/1363638.aspx</guid><dc:creator>潘涤生</dc:creator></item><item><title>C++ 扩展和嵌入 Python(1)</title><link>http://blog.csdn.net/panbinfeng/archive/2006/06/08/779408.aspx</link><wfw:comment>http://blog.csdn.net/panbinfeng/comments/779408.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/panbinfeng/comments/commentRss/779408.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=779408</trackback:ping><description>1. 把Python嵌入到C++应用程序中，在C++程序中调用Python函数和获得变量的值； 
2. 用C++为Python编写扩展模块(动态链接库)，在Python程序中调用C++开发的扩展功能函数。 &lt;img src =&quot;http://blog.csdn.net/panbinfeng/aggbug/779408.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 08 Jun 2006 09:52:00 +0800</pubDate><author>潘涤生</author><comments>http://blog.csdn.net/panbinfeng/archive/2006/06/08/779408.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/panbinfeng/archive/2006/06/08/779408.aspx</guid><dc:creator>潘涤生</dc:creator></item><item><title>VC调用MatLab生成的动态链接库</title><link>http://blog.csdn.net/panbinfeng/archive/2006/05/30/762542.aspx</link><wfw:comment>http://blog.csdn.net/panbinfeng/comments/762542.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/panbinfeng/comments/commentRss/762542.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=762542</trackback:ping><description>VC调用MatLab生成的动态链接库(英文)
R14使用C++编译时好象有些问题(返回结果传递),遇到同样问题的朋友可以一起研究一下&lt;img src =&quot;http://blog.csdn.net/panbinfeng/aggbug/762542.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 30 May 2006 08:36:00 +0800</pubDate><author>潘涤生</author><comments>http://blog.csdn.net/panbinfeng/archive/2006/05/30/762542.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/panbinfeng/archive/2006/05/30/762542.aspx</guid><dc:creator>潘涤生</dc:creator></item><item><title>Simulink小问题集锦</title><link>http://blog.csdn.net/panbinfeng/archive/2006/05/04/707441.aspx</link><wfw:comment>http://blog.csdn.net/panbinfeng/comments/707441.aspx</wfw:comment><slash:comments>21</slash:comments><wfw:commentRss>http://blog.csdn.net/panbinfeng/comments/commentRss/707441.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=707441</trackback:ping><description>命令行如何运行simulink外部模式build和start

用sim()函数
该函数的调用格式为：
[t,x,y]=sim(f1,tspan,options,ut)
其中f1为SIMULINK的模型名，tspan为仿真时间控制变量；参数options为模型控制

参数；ut为外部输入向量。
&lt;img src =&quot;http://blog.csdn.net/panbinfeng/aggbug/707441.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 04 May 2006 08:16:00 +0800</pubDate><author>潘涤生</author><comments>http://blog.csdn.net/panbinfeng/archive/2006/05/04/707441.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/panbinfeng/archive/2006/05/04/707441.aspx</guid><dc:creator>潘涤生</dc:creator></item><item><title>Real-Time Windows Target</title><link>http://blog.csdn.net/panbinfeng/archive/2006/04/21/671153.aspx</link><wfw:comment>http://blog.csdn.net/panbinfeng/comments/671153.aspx</wfw:comment><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/panbinfeng/comments/commentRss/671153.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=671153</trackback:ping><description>允许在计算机上实时运行Simulink 以及Stateflow模型。你可以通过Simulink来创建实时程序并可以控制该程序的执行。使用Real-Time Windows Target可以生成C代码，经过编译及联接后，通过PC机的I/O接口，可以和硬件联接。在整个操作过程中，可以同时运行其他Windows程序。 &lt;img src =&quot;http://blog.csdn.net/panbinfeng/aggbug/671153.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Apr 2006 09:31:00 +0800</pubDate><author>潘涤生</author><comments>http://blog.csdn.net/panbinfeng/archive/2006/04/21/671153.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/panbinfeng/archive/2006/04/21/671153.aspx</guid><dc:creator>潘涤生</dc:creator></item><item><title>xPC Target模块介绍</title><link>http://blog.csdn.net/panbinfeng/archive/2006/04/21/671151.aspx</link><wfw:comment>http://blog.csdn.net/panbinfeng/comments/671151.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/panbinfeng/comments/commentRss/671151.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=671151</trackback:ping><description>xPC Target 使你工具箱可以在 Simulink 的框图中加入 I/O 方块图，并用 RTW 产生代码，最后下载到另一个运行 xPC Target 实时内核的 PC 机上。对于控制和 DSP 系统来说 xPC Target 是理想的快速原型和硬件在回路测试工具，它可以使你在一台标准的 PC 机上运行实时模型。如果附加 xPC Target 嵌入模块选项，你可以把你的实时嵌入式系统放入到一台微机上，应用于生产、数据采集、标定和测试应用程序等过程中。 
&lt;img src =&quot;http://blog.csdn.net/panbinfeng/aggbug/671151.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Apr 2006 09:27:00 +0800</pubDate><author>潘涤生</author><comments>http://blog.csdn.net/panbinfeng/archive/2006/04/21/671151.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/panbinfeng/archive/2006/04/21/671151.aspx</guid><dc:creator>潘涤生</dc:creator></item><item><title>MATLAB 控制系统解决方案— 基于模型的系统设计</title><link>http://blog.csdn.net/panbinfeng/archive/2006/04/21/671145.aspx</link><wfw:comment>http://blog.csdn.net/panbinfeng/comments/671145.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/panbinfeng/comments/commentRss/671145.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=671145</trackback:ping><description>目前，MATLAB产品在控制系统设计领域的应用已经被广泛认可，成为了控制系统设计的标准化软件之一。凡是涉及到控制系统开发设计工作的人员，几乎人人皆知MATLAB在控制系统开发中的应用。在国内，许多著名高校纷纷为学生开设以MATLAB为辅助工具的课程，每年有上万名掌握着专业知识和MATLAB使用技能的毕业生走向工作岗位。这一切，皆因MathWorks公司通过多年的努力，为控制系统设计提供了一套最完整的工具集。这些工具涵盖了控制系统的设计实现的方方面面，包括对象模型建立、控制算法开发、动态系统仿真、实时快速控制器原型、嵌入式产品实现等整个控制系统开发流程。在控制系统开发过程中的每一项任务都是围绕统一的模型进行的，我们称之为基于模型的控制系统设计。


集成的控制系统设计环境
数据分析、建模
控制系统设计与分析
系统模型的仿真优化
实时环境下的测试验证
嵌入式系统开发
&lt;img src =&quot;http://blog.csdn.net/panbinfeng/aggbug/671145.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Apr 2006 09:17:00 +0800</pubDate><author>潘涤生</author><comments>http://blog.csdn.net/panbinfeng/archive/2006/04/21/671145.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/panbinfeng/archive/2006/04/21/671145.aspx</guid><dc:creator>潘涤生</dc:creator></item><item><title>MATLAB科学计算应用</title><link>http://blog.csdn.net/panbinfeng/archive/2006/04/21/671144.aspx</link><wfw:comment>http://blog.csdn.net/panbinfeng/comments/671144.aspx</wfw:comment><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/panbinfeng/comments/commentRss/671144.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=671144</trackback:ping><description>通过MATLAB 和相关工具箱，工程师、科研人员、数学家和教育工作者可以在统一的平台下完成相应的科学计算工作。这些工具覆盖了非常广泛的应用领域，例如汽车、电子、仪器仪表和通讯等行业。 


MATLAB科学计算的强大能力
数据分析与勘测
内建的数学算法
建模与仿真
可视化与图像处理
编程与应用发布&lt;img src =&quot;http://blog.csdn.net/panbinfeng/aggbug/671144.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Apr 2006 09:16:00 +0800</pubDate><author>潘涤生</author><comments>http://blog.csdn.net/panbinfeng/archive/2006/04/21/671144.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/panbinfeng/archive/2006/04/21/671144.aspx</guid><dc:creator>潘涤生</dc:creator></item><item><title>Real-Time Workshop®</title><link>http://blog.csdn.net/panbinfeng/archive/2006/04/21/671139.aspx</link><wfw:comment>http://blog.csdn.net/panbinfeng/comments/671139.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/panbinfeng/comments/commentRss/671139.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=671139</trackback:ping><description>Real-Time Workshop®（ RTW ） 从Simulink模型生成优化的，可移植的和可定制的ANSI C代码。利用它可以针对某种目标机来创建整个系统或是部分子系统可下载执行的 C 代码，以开展硬件在回路仿真。 RTW 支持离散时间系统，连续时间系统和混合系统的代码生成。 Stateflow Coder 用来生成 Stateflow 所建立有限状态机模型的代码。生成代码的典型应用包括训练模拟器，实时模型验证和原型测试。
建立在 Simulink 和 RTW 基础之上的，基于模型的设计流程，支持工程开发过程从算法设计到最终实现的所有开发阶段。&lt;img src =&quot;http://blog.csdn.net/panbinfeng/aggbug/671139.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Apr 2006 09:10:00 +0800</pubDate><author>潘涤生</author><comments>http://blog.csdn.net/panbinfeng/archive/2006/04/21/671139.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/panbinfeng/archive/2006/04/21/671139.aspx</guid><dc:creator>潘涤生</dc:creator></item></channel></rss>