SpectrumAnalyzer | general experiments with RF stuff
kandi X-RAY | SpectrumAnalyzer Summary
kandi X-RAY | SpectrumAnalyzer Summary
It started as some general experiments with RF stuff and gradually evolved into a (severely limited) spectrum analyzer. The main work is in the RF boards, consisting of various mixers, filters and amplifiers. Everything is controlled with an STM32F7 Nucleo board. As the MCU is not quite powerful enough to handle the digitized final IF (14bit@25MHz) it is supported by a Spartan6 FPGA (actually, the STM is fast enough to sample the ADC but not fast enough to calculate the FFT on the fly and lacks the memory to store all samples for a later calculation). Originally, the plan was to add a display, some buttons and a case and actually use it as a home-built spectrum analyzer. Ironically I had to buy a spectrum analyzer to solve some problems while building this setup. Now that I have a SSA3021X sitting on the bench, I don't think I can come up with the motiviation to finish this thing. It does work, it is just not very usable (e.g. hard coded values for span, resolution bandwidth,...).
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of SpectrumAnalyzer
SpectrumAnalyzer Key Features
SpectrumAnalyzer Examples and Code Snippets
Community Discussions
Trending Discussions on SpectrumAnalyzer
QUESTION
I have a MATLAB code shown in below. I am trying to convert this code to C code using MATLAB Coder but I encountered an error.
...Expected either a logical, char, int, fi, single, or double. Found an mxArray. MxArrays are returned from calls to the MATLAB interpreter and are not supported inside expressions. They may only be used on the right-hand side of assignments and as arguments to extrinsic functions.
ANSWER
Answered 2018-Dec-04 at 13:45You have declared tic, toc
as extrinsic which is correct since they are not supported for code generation. Since they are extrinsic, the results from these functions cannot be directly used in other expressions. Coder does not know the contents of these results at run-time. But you can provide hints on their types by assigning their results to known variables. You should replace the line
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install SpectrumAnalyzer
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page