資源簡(jiǎn)介
包含整個(gè)完整工程,可以直接編譯,接上示波器親測(cè)有效
代碼片段和文件信息
/*?----------------------------------------------------------------------
*?Copyright?(C)?2010-2012?ARM?Limited.?All?rights?reserved.
*
*?$Date:?????????17.?January?2013
*?$Revision:?????V1.4.0
*
*?Project:???????CMSIS?DSP?Library
*?title:?????????arm_class_marks_example_f32.c
*
*?Description:???Example?code?to?calculate?Minimum?Maximum
*????????????????Mean?std?and?variance?of?marks?obtained?in?a?class
*
*?Target?Processor:?Cortex-M4/Cortex-M3
*
*?Redistribution?and?use?in?source?and?binary?forms?with?or?without
*?modification?are?permitted?provided?that?the?following?conditions
*?are?met:
*???-?Redistributions?of?source?code?must?retain?the?above?copyright
*?????notice?this?list?of?conditions?and?the?following?disclaimer.
*???-?Redistributions?in?binary?form?must?reproduce?the?above?copyright
*?????notice?this?list?of?conditions?and?the?following?disclaimer?in
*?????the?documentation?and/or?other?materials?provided?with?the
*?????distribution.
*???-?Neither?the?name?of?ARM?LIMITED?nor?the?names?of?its?contributors
*?????may?be?used?to?endorse?or?promote?products?derived?from?this
*?????software?without?specific?prior?written?permission.
*
*?THIS?SOFTWARE?IS?PROVIDED?BY?THE?COPYRIGHT?HOLDERS?AND?CONTRIBUTORS
*?“AS?IS“?AND?ANY?EXPRESS?OR?IMPLIED?WARRANTIES?INCLUDING?BUT?NOT
*?LIMITED?TO?THE?IMPLIED?WARRANTIES?OF?MERCHANTABILITY?AND?FITNESS
*?FOR?A?PARTICULAR?PURPOSE?ARE?DISCLAIMED.?IN?NO?EVENT?SHALL?THE
*?COPYRIGHT?OWNER?OR?CONTRIBUTORS?BE?LIABLE?FOR?ANY?DIRECT?INDIRECT
*?INCIDENTAL?SPECIAL?EXEMPLARY?OR?CONSEQUENTIAL?DAMAGES?(INCLUDING
*?BUT?NOT?LIMITED?TO?PROCUREMENT?OF?SUBSTITUTE?GOODS?OR?SERVICES;
*?LOSS?OF?USE?DATA?OR?PROFITS;?OR?BUSINESS?INTERRUPTION)?HOWEVER
*?CAUSED?AND?ON?ANY?THEORY?OF?LIABILITY?WHETHER?IN?CONTRACT?STRICT
*?LIABILITY?OR?TORT?(INCLUDING?NEGLIGENCE?OR?OTHERWISE)?ARISING?IN
*?ANY?WAY?OUT?OF?THE?USE?OF?THIS?SOFTWARE?EVEN?IF?ADVISED?OF?THE
*?POSSIBILITY?OF?SUCH?DAMAGE.
*?--------------------------------------------------------------------?*/
/**
?*?@ingroup?groupExamples
?*/
/**
?*?@defgroup?ClassMarks?Class?Marks?Example
?*
?*?\par?Description:
?*?\par
?*?Demonstrates?the?use?the?Maximum?Minimum?Mean?Standard?Deviation?Variance
?*?and?Matrix?functions?to?calculate?statistical?values?of?marks?obtained?in?a?class.
?*
?*?\note?This?example?also?demonstrates?the?usage?of?static?initialization.
?*
?*?\par?Variables?Description:
?*?\par
?*?\li?\c?testMarks_f32?points?to?the?marks?scored?by?20?students?in?4?subjects
?*?\li?\c?max_marks?????Maximum?of?all?marks
?*?\li?\c?min_marks?????Minimum?of?all?marks
?*?\li?\c?mean??????????Mean?of?all?marks
?*?\li?\c?var???????????Variance?of?the?marks
?*?\li?\c?std???????????Standard?deviation?of?the?marks
?*?\li?\c?numStudents???Total?number?of?students?in?the?class
?*
?*?\par?CMSIS?DSP?Software?Library?Functions?Used:
?*?\par
?*?-?arm_mat_init_f32()
?*?-?arm_mat_mult_f32()
?*?-?arm_max_f32()
?*?
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????目錄???????????0??2017-12-30?11:40??DSP_LIB\
?????文件????11378182??2014-07-17?21:52??DSP_LIB\arm_cortexM3l_math.lib
?????目錄???????????0??2017-12-30?11:40??DSP_LIB\Examples\
?????目錄???????????0??2017-12-30?11:40??DSP_LIB\Examples\arm_class_marks_example\
?????文件????????8440??2014-07-17?21:56??DSP_LIB\Examples\arm_class_marks_example\arm_class_marks_example_f32.c
?????目錄???????????0??2017-12-30?11:40??DSP_LIB\Examples\arm_convolution_example\
?????文件???????11055??2014-07-17?21:56??DSP_LIB\Examples\arm_convolution_example\arm_convolution_example_f32.c
?????目錄???????????0??2017-12-30?11:40??DSP_LIB\Examples\arm_dotproduct_example\
?????文件????????6949??2014-07-17?21:56??DSP_LIB\Examples\arm_dotproduct_example\arm_dotproduct_example_f32.c
?????目錄???????????0??2017-12-30?11:40??DSP_LIB\Examples\arm_fft_bin_example\
?????文件???????44301??2014-07-17?21:56??DSP_LIB\Examples\arm_fft_bin_example\arm_fft_bin_data.c
?????文件????????5921??2014-07-17?21:56??DSP_LIB\Examples\arm_fft_bin_example\arm_fft_bin_example_f32.c
?????目錄???????????0??2017-12-30?11:40??DSP_LIB\Examples\arm_fir_example\
?????文件???????12581??2014-07-17?21:56??DSP_LIB\Examples\arm_fir_example\arm_fir_data.c
?????文件????????9181??2014-07-17?21:56??DSP_LIB\Examples\arm_fir_example\arm_fir_example_f32.c
?????目錄???????????0??2017-12-30?11:40??DSP_LIB\Examples\arm_graphic_equalizer_example\
?????文件???????16520??2014-07-17?21:56??DSP_LIB\Examples\arm_graphic_equalizer_example\arm_graphic_equalizer_data.c
?????文件???????23356??2014-07-17?21:56??DSP_LIB\Examples\arm_graphic_equalizer_example\arm_graphic_equalizer_example_q31.c
?????目錄???????????0??2017-12-30?11:40??DSP_LIB\Examples\arm_linear_interp_example\
?????文件?????4298483??2014-07-17?21:56??DSP_LIB\Examples\arm_linear_interp_example\arm_linear_interp_data.c
?????文件????????8728??2014-07-17?21:56??DSP_LIB\Examples\arm_linear_interp_example\arm_linear_interp_example_f32.c
?????目錄???????????0??2017-12-30?11:40??DSP_LIB\Examples\arm_matrix_example\
?????文件????????8339??2014-07-17?21:56??DSP_LIB\Examples\arm_matrix_example\arm_matrix_example_f32.c
?????目錄???????????0??2017-12-30?11:40??DSP_LIB\Examples\arm_signal_converge_example\
?????文件???????20234??2014-07-17?21:56??DSP_LIB\Examples\arm_signal_converge_example\arm_signal_converge_data.c
?????文件???????10162??2014-07-17?21:56??DSP_LIB\Examples\arm_signal_converge_example\arm_signal_converge_example_f32.c
?????目錄???????????0??2017-12-30?11:40??DSP_LIB\Examples\arm_sin_cos_example\
?????文件????????5847??2014-07-17?21:56??DSP_LIB\Examples\arm_sin_cos_example\arm_sin_cos_example_f32.c
?????目錄???????????0??2017-12-30?11:40??DSP_LIB\Examples\arm_variance_example\
?????文件????????7428??2014-07-17?21:56??DSP_LIB\Examples\arm_variance_example\arm_variance_example_f32.c
?????目錄???????????0??2017-12-30?11:40??DSP_LIB\Examples\Common\
............此處省略34個(gè)文件信息
評(píng)論
共有 條評(píng)論