C言語による高速フーリェ変換 : 16bitCPUパソコンの各種コンパイラーの比較について
スポンサーリンク
概要
- 論文の詳細を見る
Fast Fourier Transform (FFT) programs were coded using such computer languages as C, Fortan and BASIC on a personal computer. BASIC language features easier programing and debugging comparing to other languages. Major problems of BASIC are slow exection speed and requirement of large memory size which is often over 200k byte on execution. Execution speed of Fortran was much faster than BASIC. Arithmetic computations by C language falls midway between FORTRAN and BASIC in execution speed. Library functions (sin, sprt, etc.,) are not effectively provided in C language. Since C language is closer to machine languages than high-level languages such as Fortran, BASIC, etc., it is not effective for C language to handle numerical computations.
- 石川県農業短期大学の論文
著者
関連論文
- 画像処理による車両の位置検出動画による位置検出法
- 灌漑水の塩分濃度の上昇と水稲の生育
- 水稲生育の経年変化と許容塩分濃度
- 棚田地区における圃場整備後の田面および溜池の水管理
- EXPRESSION OF NET PATTERN ON RIND OF MUSKMELON
- 高品質米の省力安定生産のための局所施肥管理システム
- トマト果実の水ポテンシャル応答に関する線形回帰モデル
- 画像処理による位置検出方法について
- 水稲の種子埋設輪式湛水土壌中直播機による播種後の水管理
- 動画による位置検出
- 現代制御理論による農用車両の操向制御(第3報) : 車体屈折式車両の操向制御系におけるオブザーバの設計とその評価
- 野外実験デ-タ収集支援システム--デ-タ通信
- 精密農業における土壌マップの作成--有限要素法の適用
- 現代制御理論による農用車両の操向制御-2-車体屈折式車両のモデルパラメ-タの推定〔含 コメント〕
- C言語による高速フーリェ変換 : 16bitCPUパソコンの各種コンパイラーの比較について