Feeds
提问
Adding hand tool to programmatic GUI
Hello, I am trying to find a way to add the hand tool to my GUI. I didn't create my GUI with GUIDE so i need a way to manually a...
10 years 前 | 1 个回答 | 0
1
个回答提问
Best interpolation for RR intervals
Hello, i was wondering which is the best kind of interpolation to obtain a good tachogram from the RR intervals. I have tried: ...
10 years 前 | 1 个回答 | 0
1
个回答已回答
Reading custom-created file from C++ at Matlab
This is the structure: if true % code end bw = New BinaryWriter(myStream) bw.Write("My company ECG") // string...
Reading custom-created file from C++ at Matlab
This is the structure: if true % code end bw = New BinaryWriter(myStream) bw.Write("My company ECG") // string...
10 years 前 | 0
提问
Reading custom-created file from C++ at Matlab
I know the structure of the file that is created in C++ and i want to know if there is a way to read this file in Matlab. Can so...
10 years 前 | 1 个回答 | 0
1
个回答已回答
OpeningFcn with GUI NOT created by GUIDE
I am using 2013a. I believe you have to pay for Yair Altman's method :) As you can see i have my splash screen code in the fir...
OpeningFcn with GUI NOT created by GUIDE
I am using 2013a. I believe you have to pay for Yair Altman's method :) As you can see i have my splash screen code in the fir...
10 years 前 | 0
已回答
OpeningFcn with GUI NOT created by GUIDE
I just want to put something on the screen while the user is waiting for the matlab executable to load.
OpeningFcn with GUI NOT created by GUIDE
I just want to put something on the screen while the user is waiting for the matlab executable to load.
10 years 前 | 0
已回答
OpeningFcn with GUI NOT created by GUIDE
function HRVanalyzer11() clc clear all s = SplashScreen( 'Splashscreen', 'example_splash.png', ... ...
OpeningFcn with GUI NOT created by GUIDE
function HRVanalyzer11() clc clear all s = SplashScreen( 'Splashscreen', 'example_splash.png', ... ...
10 years 前 | 0
已回答
OpeningFcn with GUI NOT created by GUIDE
thanks for your answers guys. I am trying to incorporate into my GUI a splash screen because my executable's boot time is around...
OpeningFcn with GUI NOT created by GUIDE
thanks for your answers guys. I am trying to incorporate into my GUI a splash screen because my executable's boot time is around...
10 years 前 | 0
提问
OpeningFcn with GUI NOT created by GUIDE
Dear all, i have created a GUI without GUIDE and i am wondering how it's possible to call the OpeningFcn function like in GUIs c...
10 years 前 | 6 个回答 | 0
6
个回答提问
Problems converting to C/C++
I am converting some of my code to C/C++ and I am getting as expected a lot of error. For example the following piece of code r...
10 years 前 | 1 个回答 | 0
1
个回答提问
Windows executable standalone problems
Hello, i have developed a GUI program and i used the deploytool to make a windows standalone application (i.e added also the MCR...
10 years 前 | 1 个回答 | 1
1
个回答提问
Removing element from two vectors by using ginput
Hello, i am using ginput to manually remove a peak from my plot. I have the locations of my peaks and their amplitudes in handle...
10 years 前 | 0 个回答 | 0
0
个回答提问
Points selection and zoom
After enabling zoom on a plot and selecting 2 points in the zoomed mode, how can i know their positions in the original unzoomed...
10 years 前 | 1 个回答 | 0
1
个回答已回答
Pwelch and accuracy/number of points
to be more specific, i have derived the HRV signal (the RR intervals) and i want to see the low and hi frequency content. But wh...
Pwelch and accuracy/number of points
to be more specific, i have derived the HRV signal (the RR intervals) and i want to see the low and hi frequency content. But wh...
10 years 前 | 0
提问
Pwelch and accuracy/number of points
Hello, I have a signal sampled at 200Hz and when I perform the Pwelch method the returning frequency vector is till 100Hz as exp...
10 years 前 | 2 个回答 | 0
2
个回答提问
GUI problem with zoom
Hello, I have a problem with my GUI. I created two uimenu objects named Zoom in and Zoom out respectively. When i click the zoom...
10 years 前 | 0 个回答 | 0
0
个回答提问
How to create a Leaky Peak Detector filter with rising and decay constant?
I want to create the aforementioned filter but i cannot seem to be able to find anything in the literature. I only find Leaky in...
10 years 前 | 0 个回答 | 0
0
个回答已回答
Design of bandpass filter with Yulewalk
ok, i did it with db2mag() and i get this. Which frequency bands should i specify? i specify the following: freq = [0 1 2 12 16 ...
Design of bandpass filter with Yulewalk
ok, i did it with db2mag() and i get this. Which frequency bands should i specify? i specify the following: freq = [0 1 2 12 16 ...
10 years 前 | 0
提问
Design of bandpass filter with Yulewalk
Hello, i am trying to implement the filter attached in the picture but i cannot get the correct result (as seen in the other pic...
10 years 前 | 2 个回答 | 0
2
个回答提问
Parks - Mcclellan passband linear FIR filter design
Hello, i want to design this Parks - Mcclellan passband filter with this specific characteristics: passband cutoff=[2 20], stop ...
10 years 前 | 0 个回答 | 0